• Austin Clements's avatar
    internal/trace: add "per-P" MMU analysis · bef4efc8
    Austin Clements authored
    The current MMU analysis considers all Ps together, so if, for
    example, one of four Ps is blocked, mutator utilization is 75%.
    However, this is less useful for understanding the impact on
    individual goroutines because that one blocked goroutine could be
    blocked for a very long time, but we still appear to have good
    utilization.
    
    Hence, this introduces a new flag that does a "per-P" analysis where
    the utilization of each P is considered independently. The MMU is then
    the combination of the MMU for each P's utilization function.
    
    Change-Id: Id67b980d4d82b511d28300cdf92ccbb5ae8f0c78
    Reviewed-on: https://go-review.googlesource.com/c/60797
    Run-TryBot: Austin Clements <austin@google.com>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    Reviewed-by: 's avatarHyang-Ah Hana Kim <hyangah@gmail.com>
    bef4efc8
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...