简体   繁体   English

现在TPTP将被归档,您在Eclipse中使用什么进行性能分析?

[英]What do you use for profiling in Eclipse, now that TPTP is going to be archived?

Have you found a good alternative to TPTP, which is being archived , to profile Java applications in Eclipse? 您是否找到了正在存档的 TPTP的一个很好的替代方案,以便在Eclipse中分析Java应用程序?

I understand this is not exactly a programming question, so please just drop me a message if this is not appropriate for Stack Overflow. 我知道这不是一个编程问题,所以如果这不适合Stack Overflow,请给我留言。

EDIT: There's also a relevant question, from 2008 here but I was looking for something a little more updated. 编辑:还有一个相关的问题,从2008年开始,但我正在寻找一些更新的东西。

VisualVm, that comes with the JDK itself is good for some CPU and memory profiling, though, it doesn't integrate well with eclipse. JDK本身附带的VisualVm适用于某些CPU和内存分析,但它与eclipse不能很好地集成。

YourKit is a great profiling tool that integrates quite well with eclipse but its not free. YourKit是一个很好的分析工具,可以很好地与eclipse集成,但它不是免费的。 You will need to buy a license for it. 您需要为它购买许可证。

Eclipse Memory Analyzer (MAT) is another great tool that helps a lot in analyzing java heap dumps. Eclipse Memory Analyzer(MAT)是另一个很好的工具,可以帮助分析Java堆转储。 It is perfect for pointing out any un-intentional memory leaks in a java application. 它非常适合指出java应用程序中任何非故意的内存泄漏。

Its not part of the eclipse ecosystem, but I've used JConsole. 它不是eclipse生态系统的一部分,但我使用了JConsole。 The current versions seem to work well. 目前的版本似乎运作良好。 I've thought about some of the commercial tools, but for me JConsole did everything I needed it to do once I read through its manual. 我已经考虑了一些商业工具,但对我来说,一旦我阅读了它的手册,JConsole就做了我需要做的一切。

I have used JProfiler for many years (more than 8 years) and this a great tool too, and the footprint is very small. 我使用JProfiler多年(超过8年),这也是一个很好的工具,占地面积非常小。

https://www.ej-technologies.com/products/jprofiler/overview.html https://www.ej-technologies.com/products/jprofiler/overview.html

For me TPTP was on big project completely useless (it didn't work and crash) 对我来说,TPTP在大项目上完全无用(它没有工作和崩溃)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM