tau_profile_start(3) debian man page | unix.com

Man Page: tau_profile_start

Operating Environment: debian

Section: 3

TAU_PROFILE_START(3)					      TAU Instrumentation API					      TAU_PROFILE_START(3)

NAME
TAU_PROFILE_START - Starts a timer.
SYNOPSIS
C/C++: TAU_PROFILE_START(Profiler timer); Fortran: TAU_PROFILE_START(integer profiler(2));
DESCRIPTION
Starts the timer given by timer
EXAMPLE
C/C++ : int foo(int a) { TAU_PROFILE_TIMER(timer, "foo", "int (int)", TAU_USER); TAU_PROFILE_START(timer); ... TAU_PROFILE_STOP(timer); return a; } Fortran : subroutine F1() integer profiler(2) / 0, 0 / save profiler call TAU_PROFILE_TIMER(profiler,'f1()') call TAU_PROFILE_START(profiler) ... call TAU_PROFILE_STOP(profiler) end
SEE ALSO
TAU_PROFILE_TIMER(3), TAU_PROFILE_STOP(3) 08/31/2005 TAU_PROFILE_START(3)
Related Man Pages
profiler(n) - mojave
profiler(n) - redhat
tau_profile_set_context(3) - debian
tau_profile_set_node(3) - debian
tau_profile_timer(3) - debian
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
One instance of comparing grep and awk
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections