问题描述
你是否找到了一个很好的替代TPTP,它是,在Eclipse中配置Java应用程序?我明白这不是一个编程问题,所以请给我一个消息,如果这不适合stackoverflow。
编辑:还有一个相关的问题,从2008 ,但是我正在寻找更多更新的东西。
VisualVm,但是,JDK本身对于某些CPU和内存分析是有好处的,但是它并不能很好地与eclipse集成。
是一个很好的分析工具,它与eclipse完美结合,但它不自由您将需要购买许可证。
是另一个非常有用的工具很多分析java堆转储。在java应用程序中指出任何非故意的内存泄漏是完美的。
Have you found a good alternative to TPTP, which is being archived, to profile Java applications in Eclipse?
I understand this is not exactly a programming question, so please just drop me a message if this is not appropriate for stackoverflow.
EDIT: there's also a relevant question, from 2008 here but I was looking for something a little more updated
VisualVm, that comes with the JDK itself is good for some CPU and memory profiling, though, it doesn't integrate well with eclipse.
YourKit is a great profiling tool that integrates quite well with eclipse but its not free. 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. It is perfect for pointing out any un-intentional memory leaks in a java application.
这篇关于在Eclipse中使用什么进行剖析,现在TPTP将被归档?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!