PROFILE
The MATLAB Performance Profiler


PROFILE is a directory of MATLAB programs which demonstrate the use of the PROFILE utility, which can monitor the execution of a calculation and provide a performance report.

Usage:

        profile on

        my commands

        profile viewer
      

Related Data and Programs:

LINPACK_BENCH, a MATLAB program which measures the time taken by LINPACK to solve a particular linear system.

MD, a MATLAB program which carries out a molecular dynamics simulation, and is intended as a starting point for implementing a parallel version.

Examples and Tests:

LINPACK_BENCH is the LINPACK Benchmark program.

MD is a molecular dynamics program.

SAMMON_TEST is a program to try to classify data into groups.

You can go up one level to the MATLAB source codes.


Last revised on 19 September 2010.