• Austin Clements's avatar
    cmd/trace: add minimum mutator utilization (MMU) plot · 3053788c
    Austin Clements authored
    This adds an endpoint to the trace tool that plots the minimum mutator
    utilization curve using information on mark assists and GC pauses from
    the trace.
    
    This commit implements a fairly straightforward O(nm) algorithm for
    computing the MMU (and tests against an even more direct but slower
    algorithm). Future commits will extend and optimize this algorithm.
    
    This should be useful for debugging and understanding mutator
    utilization issues like #14951, #14812, #18155. #18534, #21107,
    particularly once follow-up CLs add trace cross-referencing.
    
    Change-Id: Ic2866869e7da1e6c56ba3e809abbcb2eb9c4923a
    Reviewed-on: https://go-review.googlesource.com/c/60790
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarHyang-Ah Hana Kim <hyangah@gmail.com>
    3053788c
Name
Last commit
Last update
..
addr2line Loading commit data...
api Loading commit data...
asm Loading commit data...
buildid Loading commit data...
cgo Loading commit data...
compile Loading commit data...
cover Loading commit data...
dist Loading commit data...
doc Loading commit data...
fix Loading commit data...
go Loading commit data...
gofmt Loading commit data...
internal Loading commit data...
link Loading commit data...
nm Loading commit data...
objdump Loading commit data...
pack Loading commit data...
pprof Loading commit data...
test2json Loading commit data...
trace Loading commit data...
vendor Loading commit data...
vet Loading commit data...