blob: 7e71745723e6d87f923631ee4ce6157f61704c25 (
plain) (
tree)
|
|
JMP is a profiler for java that can be used to trace objects usage and
method timings. JMP uses the JVMPI interface to gather statistics and
interact with the JVM. JMP uses a GTK+ interface to show the status.
Usage:
java -Xrunjmp <your-class>
WWW: http://www.khelekore.org/jmp/
|