]> Cypherpunks repositories - gostls13.git/commit
internal/trace: support for mutator utilization distributions
authorAustin Clements <austin@google.com>
Thu, 17 Aug 2017 15:31:03 +0000 (11:31 -0400)
committerAustin Clements <austin@google.com>
Mon, 5 Nov 2018 19:10:27 +0000 (19:10 +0000)
commit33563d1cfc7939d99d18e58cea7eedd6fb1c6ed6
treeb10941c3918febe9afc33fdaca3a69f4249abb18
parentb2e8dd187343cf3059e373374426833d1a676a3e
internal/trace: support for mutator utilization distributions

This adds support for computing the quantiles of a mutator utilization
distribution.

Change-Id: Ia8b3ed14bf415c234e2f567360fd1b361d28bd40
Reviewed-on: https://go-review.googlesource.com/c/60799
Run-TryBot: Austin Clements <austin@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Hyang-Ah Hana Kim <hyangah@gmail.com>
src/internal/traceparser/gc.go
src/internal/traceparser/gc_test.go
src/internal/traceparser/mud.go [new file with mode: 0644]
src/internal/traceparser/mud_test.go [new file with mode: 0644]