]> Cypherpunks repositories - gostls13.git/commit
internal/trace: expose clock snapshot timestamps on sync event
authorFelix Geisendörfer <felix.geisendoerfer@datadoghq.com>
Fri, 28 Feb 2025 15:07:45 +0000 (16:07 +0100)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 15:22:01 +0000 (08:22 -0700)
commit2d216141a10fc7bb7872f13b95b070df471ece45
tree0b0f17a863471e3c8cbbc2580dc34b022755dcca
parent112c23612f5fdfb776d8f338479e1dc374ee6f1b
internal/trace: expose clock snapshot timestamps on sync event

Add ClockSnapshot field to the Sync event type and populate it with the
information from the new EvClockSnapshot event when available.

For #69869

Change-Id: I3b24b5bfa15cc7a7dba270f5e6bf189adb096840
Reviewed-on: https://go-review.googlesource.com/c/go/+/653576
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Auto-Submit: Michael Knyszek <mknyszek@google.com>
src/internal/trace/event.go