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

Add a basic control class, with start/stop methods #85

Closed mbarbon closed 9 years ago

mbarbon commented 9 years ago

Adds a class of starting/stopping the profiler from inside the running program, and an agent option to avoid starting profiling at program startup.

RichardWarburton commented 9 years ago

Thanks again. The pull request generally looks good.

There's a merge conflict with your other PR now that's been merged and also a missing licensing header. If you can fix those two small issues I'll merge it.

mbarbon commented 9 years ago

Added the licensing header and rebased to current master.