]> Cypherpunks repositories - gostls13.git/commit
cmd/trace: display p99.9, p99 and p95 MUT
authorAustin Clements <austin@google.com>
Thu, 17 Aug 2017 22:11:01 +0000 (18:11 -0400)
committerAustin Clements <austin@google.com>
Mon, 5 Nov 2018 19:10:29 +0000 (19:10 +0000)
commitb251d7fbe6d69e1ce81baf7959062ae489858f31
tree5d162650907e21abb3b3ead1b06e3562a11d0004
parent33563d1cfc7939d99d18e58cea7eedd6fb1c6ed6
cmd/trace: display p99.9, p99 and p95 MUT

This uses the mutator utilization distribution to compute the p99.9,
p99, and p95 mutator utilization topograph lines and display them
along with the MMU.

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