
Extensible Java Profiler (EJP) is an open-source profiling tool for Java with a scalable and extensible architecture, allowing its usage for exotic programming languages that use a Java backend.
A Java profiler is a development tool used to optimize the performance of Java programs, by helping to find and tune away expensive parts of them.
EJP is based on the Java Virtual Machine Profiler Interface (JVMPI). On the contrary of Sun s hprof tool, which generates statistical information, it logs every single method invocation. It can be used to trace the execution of small parts of Java programs and display it in hierarchical trees with some elements hidden or highlighted.
EJP is absolutely free software, which means you do not have and never will have to pay anything to use it.
2 Responses to Extensible Java Profiler
Twitted by opensourceaplib
October 25th, 2009 at 10:35 am
[...] This post was Twitted by opensourceaplib [...]
13 Great Tools for Profiling Your Java Applications | Open Source Applications
October 26th, 2009 at 10:30 am
[...] Extensible Java Profiler [...]