]> Cypherpunks.ru repositories - gostls13.git/commit
runtime,runtime/metrics: add heap object count metric
authorMichael Anthony Knyszek <mknyszek@google.com>
Thu, 6 Aug 2020 15:44:27 +0000 (15:44 +0000)
committerMichael Knyszek <mknyszek@google.com>
Mon, 26 Oct 2020 18:29:18 +0000 (18:29 +0000)
commit07c3f65d53df7bb9f84bdbd2ab64c0ae12337e3e
tree78f694a0afbe886d65d7483a2205b0021bf58310
parent74e566ed1dc52f7ef58093aff936a0931537a1ad
runtime,runtime/metrics: add heap object count metric

For #37112.

Change-Id: Idd3dd5c84215ddd1ab05c2e76e848aa0a4d40fb0
Reviewed-on: https://go-review.googlesource.com/c/go/+/247043
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