7

Is there a free callgrind equivalent for java? basically, i just need anything that gives me cycle counts or time spent for each method and function of my java code.

i suppose i should mention i'm using mac, which means the eclipse thing below doesn't work for me, i believe.

Tony Stark
  • 24,588
  • 41
  • 96
  • 113

2 Answers2

4

Well you could start with Sun's Java VisualVM application profiling.

Stephen C
  • 698,415
  • 94
  • 811
  • 1,216
1

Is this what you mean?

http://eclipsecolorer.sourceforge.net/index_profiler.html

Marc van Kempen
  • 546
  • 2
  • 7