tau_global_timer_stop(3) debian man page | unix.com

Man Page: tau_global_timer_stop

Operating Environment: debian

Section: 3

TAU_GLOBAL_TIMER_STO(3) 				      TAU Instrumentation API					   TAU_GLOBAL_TIMER_STO(3)

NAME
TAU_GLOBAL_TIMER_STOP - Stops a global timer
SYNOPSIS
C/C++: TAU_GLOBAL_TIMER_STOP(void);
DESCRIPTION
TAU_GLOBAL_TIMER_STOP stops a global timer.
EXAMPLE
C/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 ALSO
TAU_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
sdl_addtimer(3) - redhat
sdl_addtimer(3) - debian
tau_context_event(3) - debian
tau_phase_create_dynamic(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Is UNIX an open source OS ?
Weird 'find' results