profile_test


profile_test, 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
      

Licensing:

The computer code and data files described and made available on this web page are distributed under the GNU LGPL license.

Languages:

PROFILE is available in a MATLAB version.

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.