666153e3b3
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. PR: 47151, 48474, 50325 Submitted by: Ronald Klop <ronald@cs.vu.nl>
9 lines
281 B
Plaintext
9 lines
281 B
Plaintext
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/
|