Query: tau_disable_group
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_DISABLE_GROUP(3) TAU Instrumentation API TAU_DISABLE_GROUP(3)NAMETAU_DISABLE_GROUP - Disables tracking of a given groupSYNOPSISC/C++: TAU_DISABLE_GROUP(TauGroup_t group); Fortran: TAU_DISABLE_GROUP(integer group);DESCRIPTIONDisables the instrumentation for a given group. By default, it is on.EXAMPLEC/C++ : void foo() { TAU_PROFILE("foo()", " ", TAU_USER); ... TAU_DISABLE_GROUP(TAU_USER); } Fortran : include 'Profile/TauFAPI.h' call TAU_DISABLE_GROUP(TAU_USER)SEE ALSOTAU_ENABLE_INSTRUMENTATION(3), TAU_DISABLE_INSTRUMENTATION(3), TAU_ENABLE_GROUP(3), TAU_INIT(3), TAU_PROFILE_INIT(3) 08/31/2005 TAU_DISABLE_GROUP(3)
Related Man Pages |
---|
tau_disable_group_name(3) - debian |
tau_phase_create_static(3) - debian |
tau_profile_timer_dynamic(3) - debian |
tau_profile_timer(3) - debian |
tau_register_context_event(3) - debian |
Similar Topics in the Unix Linux Community |
---|
Installing Dash Shell on OS X Lion |
awk or sed - Convert 2 lines to 1 line |
Is UNIX an open source OS ? |
Detecting unused variables... |
Weird 'find' results |