debian man page for tau_global_timer_start

Query: tau_global_timer_start

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAU_GLOBAL_TIMER_STA(3) 				      TAU Instrumentation API					   TAU_GLOBAL_TIMER_STA(3)

NAME
TAU_GLOBAL_TIMER_START - Starts a global timer
SYNOPSIS
C/C++: TAU_GLOBAL_TIMER_START(Profiler timer);
DESCRIPTION
TAU_GLOBAL_TIMER_START starts 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_STOP(3) 08/31/2005 TAU_GLOBAL_TIMER_STA(3)
Related Man Pages
sdl_addtimer(3) - redhat
sdl_settimer(3) - redhat
sdl_addtimer(3) - debian
gettimer(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?
Is UNIX an open source OS ?
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com