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

有些话、适合烂在心里 提交于 2019-12-03 09:14:34

问题


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 Stack Overflow.

EDIT: There's also a relevant question, from 2008 here but I was looking for something a little more updated.


回答1:


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.




回答2:


Its not part of the eclipse ecosystem, but I've used 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.




回答3:


I have used JProfiler for many years (more than 8 years) and this a great tool too, and the footprint is very small.

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

For me TPTP was on big project completely useless (it didn't work and crash)



来源:https://stackoverflow.com/questions/11504829/what-do-you-use-for-profiling-in-eclipse-now-that-tptp-is-going-to-be-archived

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!