-
Notifications
You must be signed in to change notification settings - Fork 146
Home
Richard Warburton edited this page Aug 22, 2017
·
14 revisions
Honest Profiler has two main benefits over other sampling profilers on the JVM:
- It accurately profiles applications, avoiding an inherent bias towards places that have safepoints.
- It profiles applications with significantly lower overhead than traditional profiling techniques, making it suitable for use in production.
NB: Honest Profiler relies on an internal API within the SUN/Oracle/OpenJDK JVM. We make no guarantees about it working on other JVMs.
- Why would I want to use Honest Profiler?
- Download from http://insightfullogic.com/honest-profiler.zip and unzip
- How to Run
- Mailing List