mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
internal/trace/tracev2: fix EvSTWBegin comment to include stack ID
Change-Id: I6a6a69644fb9a6e765933384cdb17c63458be69a Reviewed-on: https://go-review.googlesource.com/c/go/+/694617 Auto-Submit: 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> Reviewed-by: Michael Knyszek <mknyszek@google.com>
This commit is contained in:
parent
750789fab7
commit
fe4d445c36
1 changed files with 1 additions and 1 deletions
|
|
@ -48,7 +48,7 @@ const (
|
||||||
EvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, thread ID, status]
|
EvGoStatus // goroutine status at the start of a generation [timestamp, goroutine ID, thread ID, status]
|
||||||
|
|
||||||
// STW.
|
// STW.
|
||||||
EvSTWBegin // STW start [timestamp, kind]
|
EvSTWBegin // STW start [timestamp, kind, stack ID]
|
||||||
EvSTWEnd // STW done [timestamp]
|
EvSTWEnd // STW done [timestamp]
|
||||||
|
|
||||||
// GC events.
|
// GC events.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue