-
Notifications
You must be signed in to change notification settings - Fork 145
Home
Richard Warburton edited this page Aug 27, 2015
·
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](How to Run)
- Mailing List
- [The Profiling Approach](The Profiling Approach)
- [How to build](How to build)
- Javascript Specific Docs
- Architecture