-
Notifications
You must be signed in to change notification settings - Fork 145
Home
RichardWarburton edited this page Oct 17, 2014
·
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?
- How to Install: for the moment see [How to build](How to build)
- [How to Run](How to Run)
- Mailing List
- [The Profiling Approach](The Profiling Approach)
- [How to build](How to build)
- Javascript Specific Docs
- Architecture