1
0
mirror of https://github.com/golang/go synced 2024-11-14 09:00:21 -07:00
go/src/cmd/trace
Austin Clements 94589054d3 cmd/trace: label mark termination spans as such
Currently these are labeled "MARK", which was accurate in the STW
collector, but these really indicate mark termination now, since
marking happens for the full duration of the concurrent GC. Re-label
them as "MARK TERMINATION" to clarify this.

Change-Id: Ie98bd961195acde49598b4fa3f9e7d90d757c0a6
Reviewed-on: https://go-review.googlesource.com/30018
Reviewed-by: Dmitry Vyukov <dvyukov@google.com>
2016-10-07 18:33:23 +00:00
..
goroutines.go cmd/trace: move goroutine analysis code to internal/trace 2015-03-11 12:53:24 +00:00
main.go cmd: add internal/browser package 2016-09-14 18:26:33 +00:00
pprof.go cmd/trace: generate new pprof profiles 2016-04-22 19:54:24 +00:00
trace.go cmd/trace: label mark termination spans as such 2016-10-07 18:33:23 +00:00