Name
TAU_DB_MERGED_DUMP — Dumps the profile database to disk
Synopsis
C/C++:
TAU_DB_MERGED_DUMP(
)
;
Fortran:
TAU_DB_MERGED_DUMP(
)
;
Description
Dumps the profile database to disk. The format of the files is the
same as merged profiles: tauprofile.xml
Example
C/C++ :
TAU_DB_MERGED_DUMP();
Fortran :
call TAU_DB_MERGED_DUMP()