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

PTP/designs/perf tools framework

< PTP‎ | designs
Revision as of 23:39, 9 August 2007 by Tibbitts.us.ibm.com (Talk | contribs) (New page: == Performance Tools Framework == An implementation of an initial performance extension for ptp has been done for TAU, and is available in the PTP CVS repository, under org.eclipse.ptp/too...)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Performance Tools Framework

An implementation of an initial performance extension for ptp has been done for TAU, and is available in the PTP CVS repository, under org.eclipse.ptp/tools/tau.

Currently under development (July '07) is a generalized performance framework to assist tool developers in porting their tools to Eclipse, or easily integrating existing performance tools with Eclipse.

Goal: generalize and extend performance tools integrated with PTP for ease of integration for other performance tools

Integration points are envisioned to include:

  1. instrumentation, automatic and selective
  2. build, which may or may not be transparent to user
  3. launch with instrumentation
  4. management of profile/trace data
  5. visualization launch

See also Performance Analysis Use Cases at [1]


.. expand with more info here ...

Back to the top