jvm-profiling-tools / honest-profiler

A sampling JVM profiler without the safepoint sample bias
https://github.com/RichardWarburton/honest-profiler/wiki
MIT License
1.25k stars 146 forks source link

Profile display on treeview is broken #158

Closed benbenw closed 8 years ago

benbenw commented 8 years ago

thread nodes get inserted as children of method nodes expanding a node change the display of unrelated items

the underlying profile is correct but the treecell implementation is wrong.

Fixes #157

RichardWarburton commented 8 years ago

Thanks.