Disables tracking of a given group
C/C++: TAU_DISABLE_GROUP(TauGroup_t group);
Fortran: TAU_DISABLE_GROUP(integer group);
Disables the instrumentation for a given group. By default, it is on.
C/C++ :
void foo() { TAU_PROFILE("foo()", " ", TAU_USER); ... TAU_DISABLE_GROUP(TAU_USER); }
Fortran :
include 'Profile/TauFAPI.h' call TAU_DISABLE_GROUP(TAU_USER)
TAU_ENABLE_INSTRUMENTATION(3), TAU_DISABLE_INSTRUMENTATION(3), TAU_ENABLE_GROUP(3), TAU_INIT(3), TAU_PROFILE_INIT(3)