blob: 50b53397103e3933cc69c7c45d9f99cd44b1c9c9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>java@gentoo.org</email>
<name>Java</name>
</maintainer>
<longdescription>
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.
</longdescription>
<origin>gentoo-staging</origin>
</pkgmetadata>
|