Query: tau_global_timer
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_GLOBAL_TIMER(3) TAU Instrumentation API TAU_GLOBAL_TIMER(3)NAMETAU_GLOBAL_TIMER - Declares a global timerSYNOPSISC/C++: TAU_GLOBAL_TIMER(Profiler timer, char* or string& function_name, char* or string& type, TauGroup_t group);DESCRIPTIONAs TAU_PROFILE_TIMER is used within the scope of a block (typically a routine), TAU_GLOBAL_TIMER can be used across different routines.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_EXTERNAL, TAU_GLOBAL_TIMER_START(3), TAU_GLOBAL_TIMER_STOP(3) 08/31/2005 TAU_GLOBAL_TIMER(3)
Related Man Pages |
---|
sdl_addtimer(3) - debian |
tau_enable_group_name(3) - debian |
tau_mapping_profile_timer(3) - debian |
tau_phase_create_static(3) - debian |
sdl_addtimer(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
Introduction |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |