-
Notifications
You must be signed in to change notification settings - Fork 615
New issue
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
should top10 listing shows file names? #106
Comments
The go version of pprof has always printed the source filenames with the function names. I can change this so that we only print the function names for text reports at function granularity. |
That sounds good, thanks. |
rauls5382
added a commit
to rauls5382/pprof
that referenced
this issue
Mar 10, 2017
Previously we were showing filenames together with function names when generating reports at function granularity. This was an attempt to provide more information to the user but it can clutter the output. Also, in cases where functions may be associated to multiple files (eg different template instantiations in C++) keeping the filename may prevent us from combining nodes from the same function. Will stop keeping filenames at the default function granularity, and will remove the "functionnameonly" option which was previously prividing this functionality. This fixes google#106
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
These file names didn't used to be there, and they make the output pretty wide and noisy. Are they intended to be there? Am I doing something wrong in the profile generation?
Thanks.
The text was updated successfully, but these errors were encountered: