Extensible Java Profiler

25 Oct
2009





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.



Extensible Java Profiler Web Site
Extensible Java Profiler Download

Share and Enjoy: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • MisterWong
  • Y!GG
  • Webnews
  • Digg
  • del.icio.us
  • StumbleUpon
  • Reddit

2 Responses to Extensible Java Profiler

Avatar

Twitted by opensourceaplib

October 25th, 2009 at 10:35 am

[...] This post was Twitted by opensourceaplib [...]

Avatar

13 Great Tools for Profiling Your Java Applications | Open Source Applications

October 26th, 2009 at 10:30 am

[...] Extensible Java Profiler [...]

Comment Form

top