We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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.
The text was updated successfully, but these errors were encountered:
Tag being displayed could be noted in legend as "nodelete tag" or something similar.
Sorry, something went wrong.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: