]> Cypherpunks repositories - gostls13.git/commit
internal/trace: track worst N mutator utilization windows
authorAustin Clements <austin@google.com>
Wed, 26 Jul 2017 16:21:15 +0000 (12:21 -0400)
committerAustin Clements <austin@google.com>
Mon, 5 Nov 2018 19:10:16 +0000 (19:10 +0000)
commitcbe04e8d70c32b9477ebcde5265bc17cc41af4a7
tree69bf6cd7b98469a37db6f5cbad0b8562fe0c3462
parent52ee654b25970a0b8c0ce9d2c8eda604df2026bb
internal/trace: track worst N mutator utilization windows

This will let the trace viewer show specifically when poor utilization
happened and link to specific instances in the trace.

Change-Id: I1f03a0f9d9a7570009bb15762e7b8b6f215e9423
Reviewed-on: https://go-review.googlesource.com/c/60793
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/internal/traceparser/gc.go
src/internal/traceparser/gc_test.go