1
0
mirror of https://github.com/golang/go synced 2024-10-02 10:18:33 -06:00
go/src/cmd/trace
Hana Kim af5143e384 cmd/trace: use different colors for tasks
and assign the same colors for spans belong to the tasks
(sadly, the trace viewer will change the saturation/ligthness
for asynchronous slices so exact color mapping is impossible.
But I hope they are not too far from each other)

Change-Id: Idaaf0828a1e0dac8012d336dcefa1c6572ddca2e
Reviewed-on: https://go-review.googlesource.com/109338
Run-TryBot: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
2018-04-29 18:14:22 +00:00
..
annotations_test.go runtime/trace: rename "Span" with "Region" 2018-04-24 16:33:15 +00:00
annotations.go cmd/trace: distinguish task endTimestamp and lastTimestamp 2018-04-24 21:49:40 +00:00
doc.go cmd/trace: document that trace viewer is only tested on chromium 2017-04-20 16:44:55 +00:00
goroutines.go cmd/trace: beautify goroutine page 2018-03-26 15:36:56 +00:00
main.go runtime/trace: rename "Span" with "Region" 2018-04-24 16:33:15 +00:00
pprof.go runtime/trace: rename "Span" with "Region" 2018-04-24 16:33:15 +00:00
trace_test.go cmd/trace: distinguish task endTimestamp and lastTimestamp 2018-04-24 21:49:40 +00:00
trace_unix_test.go cmd/trace: skip GoroutineInSyscall in case time order err 2018-04-10 17:09:30 +00:00
trace.go cmd/trace: use different colors for tasks 2018-04-29 18:14:22 +00:00