callgrind equivalent for java?
Asked Answered
O

2

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.

Overripe answered 5/7, 2010 at 14:49 Comment(1)
if i knew any i wouldn't be asking the question?Overripe
M
4

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

Monikamoniker answered 5/7, 2010 at 15:3 Comment(1)
It's part of the Java6 JDK distributionDetonate
N
1

Is this what you mean?

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

Nonsectarian answered 5/7, 2010 at 15:1 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.