pprof icon indicating copy to clipboard operation
pprof copied to clipboard

Numeric Labels in Graph views

Open nolanmar511 opened this issue 8 years ago • 1 comments

Right now, only values associated with the "bytes" tag will ever be displayed in any call graph views. This is because of the following section of code: https://github.com/google/pprof/blob/master/internal/report/report.go#L244-L253

We should change how this works. For example, if there is no "bytes" tag for numeric data, we should use the first encountered numeric tag.

nolanmar511 avatar Sep 28 '17 01:09 nolanmar511

Tag being displayed could be noted in legend as "nodelete tag" or something similar.

nolanmar511 avatar Mar 20 '18 23:03 nolanmar511