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

Feature : Show profile duration #200

Closed PhRX closed 7 years ago

PhRX commented 7 years ago

The UI was showing the number of samples in a profile, but not the total duration (i.e. elapsed time between first and last sample). I found this impractical for interpreting time-based results, so added it.

Very small update, but cumulative to previous PRs.

PhRX commented 7 years ago

Superseded by upcoming, cleaner PR.