pprof icon indicating copy to clipboard operation
pprof copied to clipboard

Colorize the weblist output

Open rakyll opened this issue 7 years ago • 2 comments

It is sometimes hard to read the weblist output because of the volume of data presented on the pages. Colorizing the expensive lines with shades of red to yellow would help the users to point out the expensive sections easily.

For each function call, we can look at the distribution of the cost. The 80th percentile can be red, 60th can be yellow, etc.

An example output is below:

weblist-color

rakyll avatar Sep 12 '17 03:09 rakyll

/cc @aalexand

rakyll avatar Sep 13 '17 05:09 rakyll

Agree, this is useful.

aalexand avatar Sep 15 '17 14:09 aalexand