hprof2flamegraph icon indicating copy to clipboard operation
hprof2flamegraph copied to clipboard

Flame Graph visualization for Java (HPROF, Honest-profiler)

Results 4 hprof2flamegraph issues
Sort by recently updated
recently updated
newest added

UnicodeEncodeError occurred when collapsed result append to file as like below --- ./stackcollapse_hprof_original.py out.hprof > collapsed.txt Traceback (most recent call last): File "./stackcollapse_hprof_original.py", line 207, in main() File "./stackcollapse_hprof_original.py", line...

Hi, I hava a file that generated on android,I convert it to a standard binary hprof by the tool "hprof-conv".stackcollapse-hprof use "utf-8" to read it,so error is showed: ``` File...

honest profiler just introduced a new marker: `const byte NEW_METHOD_SIGNATURE = 31;` this of course breaks the conversion from hpl. Hopefully you can take a look and fix this.

I get the following error when trying to parse a hpl file generated by honest-profiler (version d505d540ad09516ede804e7d1aa34a889f266780): ``` stackcollapse-hpl slow2 > output-folded.txt Traceback (most recent call last): File "/usr/local/bin/stackcollapse-hpl", line...