Query: tau_global_phase_stop
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_GLOBAL_PHASE_STO(3) TAU Instrumentation API TAU_GLOBAL_PHASE_STO(3)NAMETAU_GLOBAL_PHASE_STOP - Stops a global phaseSYNOPSISC/C++: TAU_GLOBAL_PHASE_STOP(Phase phase);DESCRIPTIONTAU_GLOBAL_PHASE_STOP stops a global phase.EXAMPLEC/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); }SEE ALSOTAU_GLOBAL_PHASE(3), TAU_GLOBAL_PHASE_EXTERNAL(3), TAU_GLOBAL_PHASE_START(3) 08/31/2005 TAU_GLOBAL_PHASE_STO(3)
Similar Topics in the Unix Linux Community |
---|
Adding the individual columns of a matrix. |
Is UNIX an open source OS ? |
Detecting unused variables... |
Weird 'find' results |