Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Profiling with TPTP - plug-in development"

Line 2: Line 2:
  
 
== Profile a plug-in project ==
 
== Profile a plug-in project ==
*
+
* 1. Select the plug-in project and select '''Profile As...''' > '''Eclipse Application'''.
*
+
* 2. In profile configuration dialog, select '''Monitor''' tab,  select '''Java Profiling''' agent , and select '''Edit Option'''.
*
+
* 3. In '''Filter''' page, add a new filter.
 +
* 4. Input a new filter that include your plug-in packages.
 +
* 5. Click '''Finish''' to apply filter.
 +
* 6. Click '''OK''' to start profile session.
 +
* 7. Select '''Yes''' to switch to profiling perspective upon request.
 +
* 8. Profiling resources (container, host, process, agent, and analysis type) are created in profiling monitor view.
 +
* 6.
 +
* 7.

Revision as of 18:50, 29 July 2008

Profiling with TPTP :: plug-in development.

Profile a plug-in project

  • 1. Select the plug-in project and select Profile As... > Eclipse Application.
  • 2. In profile configuration dialog, select Monitor tab, select Java Profiling agent , and select Edit Option.
  • 3. In Filter page, add a new filter.
  • 4. Input a new filter that include your plug-in packages.
  • 5. Click Finish to apply filter.
  • 6. Click OK to start profile session.
  • 7. Select Yes to switch to profiling perspective upon request.
  • 8. Profiling resources (container, host, process, agent, and analysis type) are created in profiling monitor view.
  • 6.
  • 7.

Back to the top