Name
TAU_PROFILE_EXIT — Alerts the profiling system to an exit call
Synopsis
C/C++:
TAU_PROFILE_EXIT(
message)
;
const char * message;
Fortran:
TAU_PROFILE_EXIT(
message)
;
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.