TAU_GLOBAL_PHASE_STOP — Stops a global phase
C/C++:
TAU_GLOBAL_PHASE_STOP(phase);Phase phase;
TAU_GLOBAL_PHASE_STOP(
)
TAU_GLOBAL_PHASE_STOP stops a global phase.
TAU_GLOBAL_PHASE_STOP
C/C++ :
/* f1.c */ TAU_GLOBAL_PHASE(globalPhase, "global phase", "", TAU_USER); /* f2.c */ int bar(void) { TAU_GLOBAL_PHASE_STOP(globalPhase); /* ... */ TAU_GLOBAL_PHASE_STOP(globalPhase); }
TAU_GLOBAL_PHASE, TAU_GLOBAL_PHASE_EXTERNAL, TAU_GLOBAL_PHASE_START