Java

Performance Tuning with jMechanic, the free Eclipse Java Profiler

the jMechanic Eclipse Profiler Plugin by Craig is an Eclipse Java IDE plugin providing Java Profiling tools. Tools such as CPU Sampling and Heap Summary allow the Java developer to tune up the performance of their Java programs all within the comfort of the Eclipse IDE.

Some features:

  • view the percentage of time spent in profiled application.
  • view the location of object allocations.
  • view the complete contents of the heap in the profiled application.
  • filter extraneous information.
  • profile local and remote applications, as well as runtime workbench instances

Average rating
(0 votes)

Similar entries