]> Cypherpunks repositories - gostls13.git/commit
runtime: add minimal debug tracing of runtime timers
authorRuss Cox <rsc@golang.org>
Sat, 9 Mar 2024 18:41:24 +0000 (13:41 -0500)
committerGopher Robot <gobot@golang.org>
Wed, 13 Mar 2024 18:22:21 +0000 (18:22 +0000)
commit38723f2b3881ea71039c1d475cab001113adc83d
tree0ecf6ed4484f2e4b942883ed4c71b35e50157900
parent613565186792ecee69ed6d43e7290c6124e81f33
runtime: add minimal debug tracing of runtime timers

Toggled by a compile-time const, so there should be no
runtime footprint in ordinary builds.

Change-Id: I7751847524f4fda3853388d3e5a18188bd737c27
Reviewed-on: https://go-review.googlesource.com/c/go/+/570336
Auto-Submit: Russ Cox <rsc@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Austin Clements <austin@google.com>
src/runtime/time.go