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

Dont show underlying data structure in flamegraph when using the example #21

Open
zuston opened this issue Jan 22, 2025 · 1 comment
Open

Comments

@zuston
Copy link

zuston commented Jan 22, 2025

Thanks for your great work!

I used this project example to run and try to show the memory profile in flamegrph. But I haven't seen the underlying data structure that used the too much memory in the flamegraph, that only shows the binary name, like this:

Image.

And I run the exmaple binary, and then use the following command to fetch the heap sample.

./rust-jemalloc-pprof-example

curl http://localhost:3000/debug/pprof/heap >  heap.pb.gz
go tool pprof -http="0.0.0.0:8081" heap.pb.gz
@zuston
Copy link
Author

zuston commented Jan 22, 2025

cc @flavio @umanwizard @lucab

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant