diff options
author | glewis <glewis@FreeBSD.org> | 2003-05-16 00:34:36 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2003-05-16 00:34:36 +0800 |
commit | 0b4850904473604172571ade6870bc466312726a (patch) | |
tree | f9152f605cd48ee0738670a925526f7a9d48b6b0 /java/jmp/pkg-descr | |
parent | 9dd01126fda306601aa6ea52a5a0e210ed032682 (diff) | |
download | freebsd-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-descr | 8 |
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/ |