• 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
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...