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

Difference between revisions of "PTP/designs/perf tools framework"

< PTP‎ | designs
(Performance Tools Framework)
Line 11: Line 11:
 
Integration points are envisioned to include:
 
Integration points are envisioned to include:
  
# instrumentation
+
# Instrumentation
 
#* automatic vs. manual (including user-assisted e.g. via eclipse actions)
 
#* automatic vs. manual (including user-assisted e.g. via eclipse actions)
 
#* selective implies some filters of types of instrumentation to add
 
#* selective implies some filters of types of instrumentation to add
# build, which may or may not be transparent to user
+
# Build, which may or may not be transparent to user
# launch with instrumentation
+
# Launch with instrumentation
# management of profile/trace data
+
# Management of profile/trace data
# visualization launch
+
# Visualization / Analysis of profile/trace data
  
 
Note: Performance tools have also been classified in three phases:
 
Note: Performance tools have also been classified in three phases:
Line 26: Line 26:
  
 
See also Performance Analysis Use Cases at [http://wiki.eclipse.org/PTP/designs/perf]
 
See also Performance Analysis Use Cases at [http://wiki.eclipse.org/PTP/designs/perf]
 
 
.. expand with more info here ...
 

Revision as of 14:36, 17 August 2007

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 vs. manual (including user-assisted e.g. via eclipse actions)
    • selective implies some filters of types of instrumentation to add
  2. Build, which may or may not be transparent to user
  3. Launch with instrumentation
  4. Management of profile/trace data
  5. Visualization / Analysis of profile/trace data

Note: Performance tools have also been classified in three phases:

  1. Instrumentation
  2. Measurement (which would include build and launch, measurement during the run)
  3. Analysis (which could include management of data as well as analysis including visualization)


See also Performance Analysis Use Cases at [1]

Copyright © Eclipse Foundation, Inc. All Rights Reserved.