summaryrefslogtreecommitdiff
path: root/java/jmp/pkg-descr
diff options
context:
space:
mode:
Diffstat (limited to 'java/jmp/pkg-descr')
-rw-r--r--java/jmp/pkg-descr8
1 files changed, 8 insertions, 0 deletions
diff --git a/java/jmp/pkg-descr b/java/jmp/pkg-descr
new file mode 100644
index 000000000000..7e71745723e6
--- /dev/null
+++ b/java/jmp/pkg-descr
@@ -0,0 +1,8 @@
+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/