JMP 0.51 review

Download
by rbytes.net on

JMP is a profiler for java that can be used to trace objects usage and method timings

License: GPL (GNU General Public License)
File size: 614K
Developer: Robert Olofsson
0 stars award from rbytes.net

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 project uses the GTK+ interface to show the status.

JMP normally uses one window to show the classes in memory. Each class has summary information for number of instances and total bytes of used memory for all the instances.

JMP can perform heap analysis and has the ability to show which objects own (have references to) all the objects of a specified class. This is a great way to find memory leaks.

JMP also shows method timings and calls in another window. Several columns show time taken in the method, number of calls to each method, time taken in methods called.

JMP collects information about which method are called and from where, this information is used to build call graphs.

JMP interacts with the normal java threads and also uses one extra thread for GTK+ with a timer to systematically update the stats.

JMP is written in C, it is designed for speed.

What's New in This Release:
A few crash bugs were fixed.
Some compilation problems on FreeBSD and Solaris were fixed.

JMP 0.51 keywords