]> Cypherpunks repositories - gostls13.git/commit
cmd/trace: list and link to worst mutator utilization windows
authorAustin Clements <austin@google.com>
Fri, 28 Jul 2017 14:24:39 +0000 (10:24 -0400)
committerAustin Clements <austin@google.com>
Mon, 5 Nov 2018 19:10:18 +0000 (19:10 +0000)
commit603af813d6b93cf734b67551c2e776a1417e4603
tree4bde7768322d4c2659560f63c22a0bdb9745b428
parentcbe04e8d70c32b9477ebcde5265bc17cc41af4a7
cmd/trace: list and link to worst mutator utilization windows

This adds the ability to click a point on the MMU graph to show a list
of the worst 10 mutator utilization windows of the selected size. This
list in turn links to the trace viewer to drill down on specifically
what happened in each specific window.

Change-Id: Ic1b72d8b37fbf2212211c513cf36b34788b30133
Reviewed-on: https://go-review.googlesource.com/c/60795
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/trace/main.go
src/cmd/trace/mmu.go
src/cmd/trace/trace.go