| 1 |
Source: jmp
|
| 2 |
Section: devel
|
| 3 |
Priority: optional
|
| 4 |
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
|
| 5 |
Uploaders: Takashi Okamoto <tora@debian.org>, Wolfgang Baer <WBaer@gmx.de>
|
| 6 |
Build-Depends: debhelper (>= 4.2.30), kaffe-dev (>= 2:1.1.6-3), pkg-config (>= 0.11.0), libglib2.0-dev (>= 2.0.1), libgtk2.0-dev (>= 2.0.2), libpango1.0-dev (>= 1.0.1), dpatch, chrpath
|
| 7 |
Standards-Version: 3.6.2
|
| 8 |
|
| 9 |
Package: jmp
|
| 10 |
Architecture: any
|
| 11 |
Depends: ${shlibs:Depends}, kaffe (>= 2:1.1.6-3) | java2-runtime
|
| 12 |
Suggests: java-virtual-machine
|
| 13 |
Description: Profiler for Java to trace object and method timings
|
| 14 |
JMP is a profiler for java that can be used to trace objects usage and
|
| 15 |
method timings. JMP uses the JVMPI interface to gather statistics and
|
| 16 |
interact with the JVM. JMP uses a GTK+ interface to show the status.
|