TAU_GLOBAL_PHASE_START
Starts a global phase
- Provided by: tau (Version: 2.17.3.1.dfsg-4)
- Report a bug
Starts a global phase
C/C++:
TAU_GLOBAL_PHASE_START(Phase phase);
TAU_GLOBAL_PHASE_START starts a global phase.
C/C++ :
/* f1.c */
TAU_GLOBAL_PHASE(globalPhase, "global phase", "", TAU_USER);
/* f2.c */
int bar(void) {
TAU_GLOBAL_PHASE_START(globalPhase);
/* ... */
TAU_GLOBAL_PHASE_STOP(globalPhase);
}
TAU_GLOBAL_PHASE(3), TAU_GLOBAL_PHASE_EXTERNAL(3), TAU_GLOBAL_PHASE_STOP(3)