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

Use BCI/LINE info in flat profiles. #93

Closed nitsanw closed 9 years ago

nitsanw commented 9 years ago

BCI/LINE info displayed in console. Profile now provides a flat by line profile. Tree now sorted by total time, and threads by samples count. Note: this changes output format to percentage, and displays total/self info in console.

RichardWarburton commented 9 years ago

Pull Request looks good, thanks @nitsanw