用于了解 Java 程序性能的 Eclipse 插件
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/9867269/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Eclipse plugin to know performance of a Java program
提问by AabinGunz
Preferably Eclipse Plugin
最好是Eclipse插件
Is there any Eclipse plugin which can help me in looking at performance of a Java program?
是否有任何 Eclipse 插件可以帮助我查看 Java 程序的性能?
or (in case Eclipse plugin is not available)
或(如果 Eclipse 插件不可用)
If there isn't any Eclipse plugin, is there any other way?
如果没有任何Eclipse插件,还有其他方法吗?
Update
更新
What about mBProfiler?
mBProfiler怎么样?
回答by cello
I wouldn't use TPTP, as it is no longer maintained. If you're interested in profiling, have a look at JVM Monitor. It is very similar to (J)VisualVM, but with a better integration into Eclipse in my opinion. If you're more into micro benchmarking, JBenchXmight be worth a look.
我不会使用 TPTP,因为它不再维护。如果您对分析感兴趣,请查看JVM Monitor。它与 (J)VisualVM 非常相似,但在我看来更好地集成到 Eclipse 中。如果您更喜欢微基准测试,JBenchX可能值得一看。
回答by kandarp
回答by Amm Sokun
you can use Eclipse Test and Performance Tools Platform (TPTP)to profile your java application
您可以使用Eclipse 测试和性能工具平台 (TPTP)来分析您的 Java 应用程序
回答by GG.
You can use jvisualvm to analyze the code and find bottlenecks.
您可以使用 jvisualvm 来分析代码并找到瓶颈。