Man Page: tau_global_timer_external
Operating Environment: debian
Section: 3
TAU_GLOBAL_TIMER_EXT(3) TAU Instrumentation API TAU_GLOBAL_TIMER_EXT(3)NAMETAU_GLOBAL_TIMER_EXTERNAL - Declares a global timer from an external compilation unitSYNOPSISC/C++: TAU_GLOBAL_TIMER_EXTERNAL(Profiler timer);DESCRIPTIONTAU_GLOBAL_TIMER_EXTERNAL allows you to access a timer defined in another compilation unit.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_START(3), TAU_GLOBAL_TIMER_STOP(3) 08/31/2005 TAU_GLOBAL_TIMER_EXT(3)
| Related Man Pages |
|---|
| tau_mapping_profile_timer(3) - debian |
| tau_profile_timer(3) - debian |
| gettimer(3c) - hpux |
| mktimer(3c) - hpux |
| reltimer(3c) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| awk or sed - Convert 2 lines to 1 line |
| How can I do this in VI editor? |
| Weird 'find' results |
| New UNIX and Linux History Sections |