tau_enable_group(3) debian man page | unix.com

Man Page: tau_enable_group

Operating Environment: debian

Section: 3

TAU_ENABLE_GROUP(3)					      TAU Instrumentation API					       TAU_ENABLE_GROUP(3)

NAME
TAU_ENABLE_GROUP - Enables tracking of a given group
SYNOPSIS
C/C++: TAU_ENABLE_GROUP(TauGroup_t group); Fortran: TAU_ENABLE_GROUP(integer group);
DESCRIPTION
Enables the instrumentation for a given group. By default, it is already on.
EXAMPLE
C/C++ : void foo() { TAU_PROFILE("foo()", " ", TAU_USER); ... TAU_ENABLE_GROUP(TAU_USER); } Fortran : include 'Profile/TauFAPI.h' call TAU_ENABLE_GROUP(TAU_USER)
SEE ALSO
TAU_ENABLE_INSTRUMENTATION(3), TAU_DISABLE_INSTRUMENTATION(3), TAU_DISABLE_GROUP(3), TAU_INIT(3), TAU_PROFILE_INIT(3) 08/31/2005 TAU_ENABLE_GROUP(3)
Related Man Pages
tau_disable_group_name(3) - debian
tau_enable_instrumentation(3) - debian
tau_mapping_link(3) - debian
tau_profile_set_context(3) - debian
tau_profile_timer(3) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph