aboutsummaryrefslogtreecommitdiffstats
path: root/java/jmp/pkg-descr
diff options
context:
space:
mode:
authorglewis <glewis@FreeBSD.org>2003-05-16 00:34:36 +0800
committerglewis <glewis@FreeBSD.org>2003-05-16 00:34:36 +0800
commit0b4850904473604172571ade6870bc466312726a (patch)
treef9152f605cd48ee0738670a925526f7a9d48b6b0 /java/jmp/pkg-descr
parent9dd01126fda306601aa6ea52a5a0e210ed032682 (diff)
downloadfreebsd-ports-gnome-0b4850904473604172571ade6870bc466312726a.tar.gz
freebsd-ports-gnome-0b4850904473604172571ade6870bc466312726a.tar.zst
freebsd-ports-gnome-0b4850904473604172571ade6870bc466312726a.zip
. Add the java/jmp port.
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>
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/