tau_phase(3) debian man page | unix.com

Man Page: tau_phase

Operating Environment: debian

Section: 3

TAU_PHASE(3)						      TAU Instrumentation API						      TAU_PHASE(3)

NAME
TAU_PHASE - Profile a C++ function as a phase
SYNOPSIS
TAU_PHASE(char* or string& function_name, char* or string& type, TauGroup_t group);
DESCRIPTION
TAU_PHASE profiles a function as a phase. This macro defines the function and takes care of the timer start and stop as well. The timer will stop when the macro goes out of scope (as in C++ destruction).
EXAMPLE
int foo(char *str) { TAU_PHASE(foo","int (char *)",TAU_DEFAULT); ... }
SEE ALSO
TAU_PHASE_CREATE_DYNAMIC(3), TAU_PHASE_CREATE_STATIC(3) 08/31/2005 TAU_PHASE(3)
Related Man Pages
tau_disable_instrumentation(3) - debian
tau_disable_group_name(3) - debian
tau_dump_func_vals_incr(3) - debian
tau_mapping_link(3) - debian
tau_phase_create_dynamic(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
How can I do this in VI editor?
Detecting unused variables...
Weird 'find' results
A (ksh) Library For and From UNIX.com