Open danniss opened 7 years ago
honest profiler just introduced a new marker: const byte NEW_METHOD_SIGNATURE = 31;
const byte NEW_METHOD_SIGNATURE = 31;
this of course breaks the conversion from hpl. Hopefully you can take a look and fix this.
Hi @danniss,
Thanks for the info. I will update the parser when I have a 5 minutes to kill (luckily within a week)
I just pushed a fix into master (not thoroughly tested). Could you give it a try ?
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.