Query: tau_global_timer_stop
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_GLOBAL_TIMER_STO(3) TAU Instrumentation API TAU_GLOBAL_TIMER_STO(3)NAMETAU_GLOBAL_TIMER_STOP - Stops a global timerSYNOPSISC/C++: TAU_GLOBAL_TIMER_STOP(void);DESCRIPTIONTAU_GLOBAL_TIMER_STOP stops a global timer.EXAMPLEC/C++ : /* f1.c */ TAU_GLOBAL_TIMER(globalTimer, "global timer", "", TAU_USER); /* f2.c */ TAU_GLOBAL_TIMER_EXTERNAL(globalTimer); int foo(void) { TAU_GLOBAL_TIMER_START(globalTimer); /* ... */ TAU_GLOBAL_TIMER_STOP(); }SEE ALSOTAU_GLOBAL_TIMER(3), TAU_GLOBAL_TIMER_EXTERNAL, TAU_GLOBAL_TIMER_START(3) 08/31/2005 TAU_GLOBAL_TIMER_STO(3)
| Related Man Pages |
|---|
| sdl_addtimer(3) - opensolaris |
| tau_phase_create_dynamic(3) - debian |
| tau_profile_timer_dynamic(3) - debian |
| tau_profile_timer(3) - debian |
| iv_timer_unregister(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Adding the individual columns of a matrix. |
| awk or sed - Convert 2 lines to 1 line |
| Introduction |
| Detecting unused variables... |
| Find columns in a file based on header and print to new file |