Mac 上最好的免费 Java 分析器

发布于 2024-11-07 09:26:53 字数 82 浏览 0 评论 0原文

我之前使用过 YourKit,它工作得很好,但对我来说太贵了。是否有一些适用于 Mac 且与 YourKit 一样工作的免费或开源 Java 分析器?

I was using YourKit before and it was working perfectly, but it's too expensive for my taste. Is there some free or open-source Java profiler for Mac that's working as well as YourKit?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

复古式 2024-11-14 09:26:53

YourKit 提供无需购买的抢先体验 (EA) 版本。它最擅长的就是在结果中汇总运行时间。如果方法 a() 只是调用其他方法,但实际花费的时间很少,那么即使方法 a() 调用花费了大量时间,它在 VisualVM 中也不会显示太多。

YourKit offers Early Access (EA) builds which do not require a purchase. The main thing it does well is aggregating run times in your results. If method a() just calls other methods but very little time is actually spent in it, it doesn't show up much in VisualVM, even if the methods a() calls spend lots of time.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文