Name
TAU_STOP — Stops a timer.
Synopsis
C/C++:
TAU_STOP(name);
char* name;
Fortran:
TAU_STOP(name);
character name(2);
Description
Stops the timer given by timer. It is
important to note that timers can be nested, but not overlapping. TAU
detects programming errors that lead to such overlaps at runtime, and
prints a warning message.