Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

profile java code [closed]

I need to profile my JAVA SRC code for some particular problem I am currently working on. I've been using the trial version of a tool called JProfiler.

I'd like to learn of some good community open-source tools, if available; other than that I am also looking forward to learn of some standard techniques that are widely adopted (or must know).

For C Code optimization I use VALGRIND; please also let me know of good tools available on Windows.

like image 769
phoenix24 Avatar asked Sep 09 '09 18:09

phoenix24


2 Answers

Java 1.6 comes with a rudimentary profiler: jvisualvm. It is in the same directory as java and javac.

like image 131
SingleShot Avatar answered Oct 11 '22 10:10

SingleShot


You can take a look at the answers to this question: open source java profilers

like image 29
2 revs Avatar answered Oct 11 '22 10:10

2 revs