Query: tau_global_phase
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_GLOBAL_PHASE(3) TAU Instrumentation API TAU_GLOBAL_PHASE(3)NAMETAU_GLOBAL_PHASE - Declares a global phaseSYNOPSISC/C++: TAU_GLOBAL_PHASE(Phase phase, char* or string& function_name, char* or string& type, TauGroup_t group);DESCRIPTIONDeclares a global phase to be used in multiple compilation units.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_EXTERNAL(3), TAU_GLOBAL_PHASE_START(3), TAU_GLOBAL_PHASE_STOP(3) 08/31/2005 TAU_GLOBAL_PHASE(3)
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Detecting unused variables... |
Find columns in a file based on header and print to new file |