]> Cypherpunks repositories - gostls13.git/commit
runtime/metrics: add metrics for goroutine sched states
authorMichael Anthony Knyszek <mknyszek@google.com>
Wed, 23 Jul 2025 17:35:54 +0000 (17:35 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 15 Aug 2025 18:31:00 +0000 (11:31 -0700)
commit13df972f6885ebdeba1ea38f0acd99ea0f2bfb49
treea21583595b6f0e8a29054840d6b04bba04f5fbe4
parentbd07fafb0a2f979b2be05d9a533182ca55428079
runtime/metrics: add metrics for goroutine sched states

This is largely a port of CL 38180.

For #15490.

Change-Id: I2726111e472e81e9f9f0f294df97872c2689f061
Reviewed-on: https://go-review.googlesource.com/c/go/+/690397
Reviewed-by: Michael Pratt <mpratt@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/debug.go
src/runtime/metrics.go
src/runtime/metrics/description.go
src/runtime/metrics/doc.go
src/runtime/metrics_test.go
src/runtime/mprof.go
src/runtime/pipe_unix_test.go [new file with mode: 0644]
src/runtime/pipe_windows_test.go [new file with mode: 0644]
src/runtime/proc.go
src/runtime/runtime2.go