cykl / hprof2flamegraph

Flame Graph visualization for Java (HPROF, Honest-profiler)
BSD 2-Clause "Simplified" License
111 stars 15 forks source link

does not work with the lastest honest profiler(last commit at 2017-10-06) #6

Open danniss opened 6 years ago

danniss commented 6 years ago

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.

cykl commented 6 years ago

Hi @danniss,

Thanks for the info. I will update the parser when I have a 5 minutes to kill (luckily within a week)

cykl commented 6 years ago

I just pushed a fix into master (not thoroughly tested). Could you give it a try ?