Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Profile TPTP itself

Revision as of 10:49, 16 July 2008 by Yunan.he.intel.com (Talk | contribs) (TPTP Profiler users)

TPTP Profiler users

  • Yunan He

Usage Scenarios

Requirements and set up

  1. Install JRE 1.5 or newer;
  2. Download Eclipse TPTP all in one package.

Case: The intention of this case is to try to profile eclipse plugins using TPTP.

  1. Profile startup of Eclipse workbench and track all allocation from "org.eclipse*" packages and store memory to a statistics file. View large memory statistics to check the memory state.
  2. Profile TPTP itself in loading above memory statistics file to get execution time statistics result file of TPTP UI plugin package. Prepare data for identifying the performance bottleneck.


Problems observed during the experiences referenced above

Back to the top