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 #214

Open PhRX opened 7 years ago

PhRX commented 7 years ago

Show total duration of the profile, in ms.

Replaces deleted PR #200 .

PhRX commented 7 years ago

Commit 58dd0f5 reverts all previous commits from 13de748 up to and including 1e1e31e, so please ignore those commits in the PR commit list.

RichardWarburton commented 7 years ago

@PhRX At the moment this PR has conflicts - do you think you could resolve them?

PhRX commented 7 years ago

@RichardWarburton The conflict has been resolved. it should merge cleanly now.

RichardWarburton commented 7 years ago

Looks at the build it has conflicts with the master branch at the moment.

RichardWarburton commented 7 years ago

But thanks - this is a good size for PRs.

PhRX commented 7 years ago

I have absolutely no headroom for looking at this at the moment, I'll try and get to it ASAP.