SYNOPSIS

C/C++: TAU_DB_DUMP(void);

Fortran: TAU_DB_DUMP(void);

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()

RELATED TO TAU_DB_DUMP…