Query: tau_disable_all_groups
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_DISABLE_ALL_GROU(3) TAU Instrumentation API TAU_DISABLE_ALL_GROU(3)NAMETAU_DISABLE_ALL_GROUPS - Disables instrumentation in all groupsSYNOPSISC/C++: TAU_DISABLE_ALL_GROUPS(void); Fortran: TAU_DISABLE_ALL_GROUPS(void);DESCRIPTIONThis macro turns off instrumentation in all groups.EXAMPLEC/C++ : void foo() { TAU_DISABLE_ALL_GROUPS(); TAU_ENABLE_GROUP_NAME("PARTICLES"); } Fortran : call TAU_DISABLE_ALL_GROUPS();SEE ALSOTAU_GET_PROFILE_GROUP(3), TAU_ENABLE_GROUP_NAME(3), TAU_DISABLE_GROUP_NAME(3), TAU_ENABLE_ALL_GROUPS(3) 08/31/2005 TAU_DISABLE_ALL_GROU(3)
Similar Topics in the Unix Linux Community |
---|
awk or sed - Convert 2 lines to 1 line |
Introduction |
One instance of comparing grep and awk |
Find columns in a file based on header and print to new file |
Weird 'find' results |