문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top