google / google/pprof

Numeric Labels in Graph views

Open
#234 1 comment 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.