debian man page for tau_enable_instrumentation

Query: tau_enable_instrumentation

OS: debian

Section: 3

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

TAU_ENABLE_INSTRUMEN(3) 				      TAU Instrumentation API					   TAU_ENABLE_INSTRUMEN(3)

NAME
TAU_ENABLE_INSTRUMENTATION - Enables instrumentation
SYNOPSIS
C/C++: TAU_ENABLE_INSTRUMENTATION(void); Fortran: TAU_ENABLE_INSTRUMENTATION(void);
DESCRIPTION
TAU_ENABLE_INSTRUMENTATION macro re-enables all TAU instrumentation. All instances of functions and statements that occur between the disable/enable section are ignored by TAU. This allows a user to limit the trace size, if the macros are used to disable recording of a set of iterations that have the same characteristics as, for example, the first recorded instance.
EXAMPLE
C/C++ : int main(int argc, char **argv) { foo(); TAU_DISABLE_INSTRUMENTATION(); for (int i =0; i < N; i++) { bar(); // not recorded } TAU_ENABLE_INSTRUMENTATION(); bar(); // recorded } Fortran : call TAU_DISABLE_INSTRUMENTATION() call TAU_ENABLE_INSTRUMENTATION()
SEE ALSO
TAU_DISABLE_INSTRUMENTATION(3), TAU_ENABLE_GROUP(3), TAU_DISABLE_GROUP(3), TAU_INIT(3), TAU_PROFILE_INIT(3) 08/31/2005 TAU_ENABLE_INSTRUMEN(3)
Related Man Pages
tau_disable_group_name(3) - debian
tau_enable_instrumentation(3) - debian
tau_profile_set_node(3) - debian
tau_set_interrupt_interval(3) - debian
tau_track_memory_headroom(3) - debian
Similar Topics in the Unix Linux Community
TAU 2.17.1 (Default branch)
TAU 1.7.14 (Linux Kernel TAU branch)
TAU 2.17.2 (Default branch)
TAU 2.17.3 (Default branch)
TAU 2.18.1 (Default branch)