Name
TAU_DB_DUMP — Dumps the profile database to disk
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()