Skip to content
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

cmd/pprof: pprof doesn't show useful info for closure #11680

Open
pierrre opened this issue Jul 12, 2015 · 0 comments
Open

cmd/pprof: pprof doesn't show useful info for closure #11680

pierrre opened this issue Jul 12, 2015 · 0 comments
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Milestone

Comments

@pierrre
Copy link

pierrre commented Jul 12, 2015

In pprof, a closure is displayed like this: package.func.017.
It could be useful to add the file name and line number.

go tool pprof -lines is too verbose.

@ianlancetaylor ianlancetaylor added this to the Unplanned milestone Jul 12, 2015
@ianlancetaylor ianlancetaylor changed the title pprof doesn't show useful info for closure cmd/pprof: pprof doesn't show useful info for closure Jul 12, 2015
@gopherbot gopherbot added the compiler/runtime Issues related to the Go compiler and/or runtime. label Jul 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime.
Projects
None yet
Development

No branches or pull requests

3 participants