tau_profile_exit(3) debian man page | unix.com

Man Page: tau_profile_exit

Operating Environment: debian

Section: 3

TAU_PROFILE_EXIT(3)					      TAU Instrumentation API					       TAU_PROFILE_EXIT(3)

NAME
TAU_PROFILE_EXIT - Alerts the profiling system to an exit call
SYNOPSIS
C/C++: TAU_PROFILE_EXIT(const char * message); Fortran: TAU_PROFILE_EXIT(character message(size));
DESCRIPTION
TAU_PROFILE_EXIT should be called prior to an error exit from the program so that any profiles or event traces can be dumped to disk before quitting.
EXAMPLE
C/C++ : if ((ret = open(...)) < 0) { TAU_PROFILE_EXIT("ERROR in opening a file"); perror("open() failed"); exit(1); } Fortran : call TAU_PROFILE_EXIT('abort called')
SEE ALSO
TAU_DB_DUMP(3) 08/31/2005 TAU_PROFILE_EXIT(3)
Related Man Pages
tau_profile_set_context(3) - debian
tau_trace_sendmsg(3) - debian
tau_set_interrupt_interval(3) - debian
tau_track_memory(3) - debian
tau_track_memory_headroom(3) - debian
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph