mirror of
https://github.com/golang/go.git
synced 2025-12-07 13:50:04 +00:00
For #15490. Change-Id: Ic268a7d1d54814e903fc44f5f143008fb5d6dcde Reviewed-on: https://go-review.googlesource.com/c/go/+/725663 TryBot-Bypass: Michael Knyszek <mknyszek@google.com> Reviewed-by: Michael Pratt <mpratt@google.com> Auto-Submit: Michael Knyszek <mknyszek@google.com>
343 B
343 B
Several new scheduler metrics have been added, including counts of
goroutines in various states (waiting, runnable, etc.) under the
/sched/goroutines prefix, the number of OS threads the runtime is
aware of with /sched/threads:threads, and the total number of
goroutines created by the program with
/sched/goroutines-created:goroutines.