Numeric Labels in Graph views
Open
Priority: p2
type: feat
- Dominant language
- Go
- Stars
- 9.3k
- Forks
- 671
- Avg merge
- 1d 11h
- Merged PRs (30d)
- 10
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.