Difference between revisions of "Guide:Regression"

From Tau Wiki
Jump to: navigation, search
 
(Performance Regression with TAU)
Line 2: Line 2:
  
 
Performance Regression analysis is the study of how an application's performance varies with time. In many cases an application that is actively being developed might benefit from running a test each night to closely monitor changes in the application parallel performance.
 
Performance Regression analysis is the study of how an application's performance varies with time. In many cases an application that is actively being developed might benefit from running a test each night to closely monitor changes in the application parallel performance.
 +
 +
This page provides some information about how TAU can provide performance regressions. The basic strategy is to construct a set of scripts that can build and run your application with TAU on a particular machine and also use TAU to gather the resulting performance data for easy analysis.

Revision as of 21:19, 4 June 2009

Performance Regression with TAU

Performance Regression analysis is the study of how an application's performance varies with time. In many cases an application that is actively being developed might benefit from running a test each night to closely monitor changes in the application parallel performance.

This page provides some information about how TAU can provide performance regressions. The basic strategy is to construct a set of scripts that can build and run your application with TAU on a particular machine and also use TAU to gather the resulting performance data for easy analysis.