Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

callgrind equivalent for java?

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.

like image 390
Tony Stark Avatar asked Jul 05 '10 14:07

Tony Stark


1 Answers

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

like image 58
Stephen C Avatar answered Sep 21 '22 03:09

Stephen C