]> Cypherpunks repositories - gostls13.git/commit
time: provide non-default metric for asynctimerchan
authorRuss Cox <rsc@golang.org>
Thu, 2 May 2024 18:29:16 +0000 (14:29 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 21 Jun 2024 12:36:22 +0000 (12:36 +0000)
commit20b79fd5775c39061d949569743912ad5e58b0e7
treec1fa7c5ae07d48ea6e8c67bfbcad86b03a69a67a
parent9d33956503c0d96c0c5666d374173f7ac9756d98
time: provide non-default metric for asynctimerchan

The original implementation could not support a non-default metric,
but now that it is set during package time, we can. Do that.

Change-Id: If7929b0afa5b0142d299718d9bd811c5a8d1cf93
Reviewed-on: https://go-review.googlesource.com/c/go/+/589058
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/internal/godebugs/table.go
src/runtime/metrics/doc.go
src/time/sleep.go