Eclipse中可以利用TPTP(http://www.eclipse.org/tptp/)来做性能分析。
内存对象,时间等。
原网站介绍如下:
The Eclipse Test and Performance Tools Platform (TPTP) Project provides an open platform supplying powerful frameworks and services that allow software developers to build unique test and performance tools, both open source and commercial, that can be easily integrated with the platform and with other tools.
TPTP addresses the entire test and performance life cycle, from early testing to production application monitoring, including test editing and execution, monitoring, tracing and profiling, and log analysis capabilities. The platform supports a broad spectrum of computing systems including embedded, standalone, enterprise, and high-performance and will continue to expand support to encompass the widest possible range of systems.
TPTP will change the approach to application life cycle management, affecting IT organizations and tool vendors alike. Not only are TPTP-based tools interoperable, but they are also tightly integrated with the Eclipse Platform-based development tools. TPTP supports tooling needed throughout the application life cycle, from development through production. TPTP also enables the emergence of completely new tool models that simultaneously leverage and integrate data across the life cycle yielding advanced capabilities and productivity.
在下载页面的All TPTP plugins的地方下载解压后就可以使用。选择在server实例的右键菜单中的Profile选项,然后选择需要监视的内容启动。然后就可以观察具体信息了。