tau_global_phase_external(3) debian man page | unix.com

Man Page: tau_global_phase_external

Operating Environment: debian

Section: 3

TAU_GLOBAL_PHASE_EXT(3) 				      TAU Instrumentation API					   TAU_GLOBAL_PHASE_EXT(3)

NAME
TAU_GLOBAL_PHASE_EXTERNAL - Declares a global phase from an external compilation unit
SYNOPSIS
C/C++: TAU_GLOBAL_PHASE_EXTERNAL(Profiler timer);
DESCRIPTION
TAU_GLOBAL_PHASE_EXTERNAL allows you to access a phase defined in another compilation unit.
EXAMPLE
C/C++ : /* f1.c */ TAU_GLOBAL_PHASE(globalPhase, "global phase", "", TAU_USER); /* f2.c */ int bar(void) { TAU_GLOBAL_PHASE_START(globalPhase); /* ... */ TAU_GLOBAL_PHASE_STOP(globalPhase); }
SEE ALSO
TAU_GLOBAL_PHASE(3), TAU_GLOBAL_PHASE_START(3), TAU_GLOBAL_PHASE_STOP(3) 08/31/2005 TAU_GLOBAL_PHASE_EXT(3)
Related Man Pages
tau_context_event(3) - debian
tau_phase_create_dynamic(3) - debian
mlib_signalupsample_f32_f32(3mlib) - sunos
mlib_signalupsample_s16_s16(3mlib) - sunos
mlib_signalupsample_f32_f32(3mlib) - opensolaris
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
How can I do this in VI editor?
Detecting unused variables...