debian man page for tau_db_dump_prefix

Query: tau_db_dump_prefix

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAU_DB_DUMP_PREFIX(3)					      TAU Instrumentation API					     TAU_DB_DUMP_PREFIX(3)

NAME
TAU_DB_DUMP_PREFIX - Dumps the profile database into profile files with a given prefix
SYNOPSIS
C/C++: TAU_DB_DUMP_PREFIX(char *prefix); Fortran: TAU_DB_DUMP_PREFIX(character prefix(size));
DESCRIPTION
The 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.
EXAMPLE
C/C++ : TAU_DB_DUMP_PREFIX("prefix"); Fortran : call TAU_DB_DUMP_PREFIX("prefix")
SEE ALSO
TAU_DB_DUMP(3) 08/31/2005 TAU_DB_DUMP_PREFIX(3)
Related Man Pages
profile(4) - sunos
tau_register_event(3) - debian
colormgr(1) - centos
rpccp_remove_profile(1m) - hpux
kgmon(8) - ultrix
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com