mirror of
https://github.com/golang/go
synced 2024-11-19 14:34:42 -07:00
68a1c9c400
Move part of UserSpan event processing from cmd/trace.analyzeAnnotations to internal/trace.GoroutineStats that returns analyzed per-goroutine execution information. Now the execution information includes list of spans and their execution information. cmd/trace.analyzeAnnotations utilizes the span execution information from internal/trace.GoroutineStats and connects them with task information. Change-Id: Ib7f79a3ba652a4ae55cd81ea17565bcc7e241c5c Reviewed-on: https://go-review.googlesource.com/101917 Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Heschi Kreinick <heschi@google.com> Reviewed-by: Peter Weinberger <pjw@google.com> |
||
---|---|---|
.. | ||
bytealg | ||
cpu | ||
nettrace | ||
poll | ||
race | ||
singleflight | ||
syscall | ||
testenv | ||
testlog | ||
trace |