Integrating jprofiler into eclipse

左心房为你撑大大i 提交于 2019-12-04 23:47:00

The "Profile" actions in eclipse are part of the eclipse infrastructure, they are not supplied by JProfiler.

I assume that the menu item Run->Profile ... does not exist in the Java perspective after you have run the integration in JProfiler (Session->IDE integrations).

In that case, you have to enable the "Profile" actions for this perspective under Window->Customize perspective by bringing the Command tab to front and selecting the "Profile" checkbox.

Refer to this installation and configuration guide for JProfiler: http://www.eclipse.org/tptp/home/documents/tutorials/profilingtool/profilingexample_32.html#1_0

The main idea is...after intergrating with JProfiler,

  1. Select Window -> Customize Perspective -> choose the Command Groups Availability tab -> select the Profile checkbox and click ok.

  2. Switch to the Profiling and Logging perspective by selecting Window > Open perspective > Other > Profiling and Logging. Click on the launch profiling button Launch profiling configuration icon and select Profile. In the Profile configuration dialog, double-click on Java Application. A new configuration is created and the details are shown in the right pane.

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