Name

TAU_DB_DUMP — Dumps the profile database to disk

Synopsis

C/C++:

TAU_DB_DUMP();

Fortran:

TAU_DB_DUMP();

Description

Dumps the profile database to disk. The format of the files is the same as regular profiles, they are simply prefixed with "dump" instead of "profile".

Example

C/C++ :

TAU_DB_DUMP();
    

Fortran :

call TAU_DB_DUMP()