Man Page: tau_db_dump_prefix
Operating Environment: debian
Section: 3
TAU_DB_DUMP_PREFIX(3) TAU Instrumentation API TAU_DB_DUMP_PREFIX(3)NAMETAU_DB_DUMP_PREFIX - Dumps the profile database into profile files with a given prefixSYNOPSISC/C++: TAU_DB_DUMP_PREFIX(char *prefix); Fortran: TAU_DB_DUMP_PREFIX(character prefix(size));DESCRIPTIONThe TAU_DB_DUMP_PREFIX macro dumps all profile data to disk and records a checkpoint or a snapshot of the profile statistics at that instant. The dump files are named <prefix>.<node>.<context>.<thread>. If prefix is "profile", the files are named profile.0.0.0, etc. and may be read by paraprof/pprof tools as the application executes.EXAMPLEC/C++ : TAU_DB_DUMP_PREFIX("prefix"); Fortran : call TAU_DB_DUMP_PREFIX("prefix")SEE ALSOTAU_DB_DUMP(3) 08/31/2005 TAU_DB_DUMP_PREFIX(3)
| Related Man Pages |
|---|
| vtf2profile(1) - debian |
| tau_profile_set_node(3) - debian |
| cd-create-profile(1) - centos |
| colormgr(1) - centos |
| rpccp_remove_profile(1m) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| Introduction |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |
| New UNIX and Linux History Sections |