Dumps the profile database to disk
C/C++: TAU_DB_DUMP(void);
Fortran: TAU_DB_DUMP(void);
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".
C/C++ :
TAU_DB_DUMP();
Fortran :
call TAU_DB_DUMP()