callgrind 相当于 java 吗?
java 是否有一个免费 callgrind 等价物?基本上,我只需要任何可以给我循环计数或我的java代码的每个方法和函数所花费的时间的东西。
我想我应该提到我正在使用 mac,这意味着下面的 eclipse 东西对我不起作用,我相信。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
那么你可以从 Sun 的 Java VisualVM 开始应用程序分析。
Well you could start with Sun's Java VisualVM application profiling.
你是这个意思吗?
http://eclipsecolorer.sourceforge.net/index_profiler.html
Is this what you mean?
http://eclipsecolorer.sourceforge.net/index_profiler.html