Man Page: tau_global_phase_external
Operating Environment: debian
Section: 3
TAU_GLOBAL_PHASE_EXT(3) TAU Instrumentation API TAU_GLOBAL_PHASE_EXT(3)NAMETAU_GLOBAL_PHASE_EXTERNAL - Declares a global phase from an external compilation unitSYNOPSISC/C++: TAU_GLOBAL_PHASE_EXTERNAL(Profiler timer);DESCRIPTIONTAU_GLOBAL_PHASE_EXTERNAL allows you to access a phase defined in another compilation unit.EXAMPLEC/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); }SEE ALSOTAU_GLOBAL_PHASE(3), TAU_GLOBAL_PHASE_START(3), TAU_GLOBAL_PHASE_STOP(3) 08/31/2005 TAU_GLOBAL_PHASE_EXT(3)
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| Detecting unused variables... |
| One instance of comparing grep and awk |
| Weird 'find' results |
| A (ksh) Library For and From UNIX.com |