How to display symbols in stack trace of google-perftools heap profiler

1k views Asked by At

We're using google-perftools heap profiler in a TDD environment. We get the heap dump at the end that we can use pprof to see the hot spots. It shows the symbols but gives little to no information about how the leak is reached in the stack. In fact, there's no organization in the output that I can see whatsoever.

The stack trace of the largest leak is displayed at runtime but does not show any symbols. We're correctly setting the PPROF_PATH environment variable but it's not having any effect. How can we enable this?

0

There are 0 answers