]> Cypherpunks.ru repositories - gostls13.git/commit
runtime,runtime/metrics: add metric for distribution of GC pauses
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 6 Aug 2020 21:59:13 +0000 (21:59 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 26 Oct 2020 21:47:54 +0000 (21:47 +0000)
commitd39a89fd5843f535d634620d27110b320431f584
treed44fd02351cc88c0d28e48465a3e5ac3bd056ff9
parent36c5edd8d9e6c13af26733e5c820eae0598203fe
runtime,runtime/metrics: add metric for distribution of GC pauses

For #37112.

Change-Id: Ibb0425c9c582ae3da3b2662d5bbe830d7df9079c
Reviewed-on: https://go-review.googlesource.com/c/go/+/247047
Run-TryBot: Michael Knyszek <mknyszek@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Trust: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/metrics.go
src/runtime/metrics/description.go
src/runtime/metrics/doc.go
src/runtime/metrics_test.go
src/runtime/mgc.go
src/runtime/mstats.go