Query: tau_enable_group
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_ENABLE_GROUP(3) TAU Instrumentation API TAU_ENABLE_GROUP(3)NAMETAU_ENABLE_GROUP - Enables tracking of a given groupSYNOPSISC/C++: TAU_ENABLE_GROUP(TauGroup_t group); Fortran: TAU_ENABLE_GROUP(integer group);DESCRIPTIONEnables the instrumentation for a given group. By default, it is already on.EXAMPLEC/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 ALSOTAU_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_context_event(3) - debian | 
| tau_disable_instrumentation(3) - debian | 
| tau_mapping_create(3) - debian | 
| tau_profile_set_node(3) - debian | 
| tau_set_interrupt_interval(3) - debian | 
| Similar Topics in the Unix Linux Community | 
|---|
| Adding the individual columns of a matrix. | 
| Is UNIX an open source OS ? | 
| Find columns in a file based on header and print to new file | 
| New UNIX and Linux History Sections |