Query: tau_disable_instrumentation
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_DISABLE_INSTRUME(3) TAU Instrumentation API TAU_DISABLE_INSTRUME(3)NAMETAU_DISABLE_INSTRUMENTATION - Disables instrumentationSYNOPSISC/C++: TAU_DISABLE_INSTRUMENTATION(void); Fortran: TAU_DISABLE_INSTRUMENTATION(void);DESCRIPTIONTAU_DISABLE_INSTRUMENTATION macro disables all entry/exit instrumentation within all threads of a context. This allows the user to selectively enable and disable instrumentation in parts of his/her code. It is important to re-enable the instrumentation within the same basic block and scope.EXAMPLEC/C++ : int main(int argc, char **argv) { foo(); TAU_DISABLE_INSTRUMENTATION(); for (int i =0; i < N; i++) { bar(); // not recorded } TAU_DISABLE_INSTRUMENTATION(); bar(); // recorded } Fortran : call TAU_DISABLE_INSTRUMENTATION() call TAU_DISABLE_INSTRUMENTATION()SEE ALSOTAU_ENABLE_INSTRUMENTATION(3), TAU_ENABLE_GROUP(3), TAU_DISABLE_GROUP(3), TAU_INIT(3), TAU_PROFILE_INIT(3) 08/31/2005 TAU_DISABLE_INSTRUME(3)
Related Man Pages |
---|
tau_disable_group_name(3) - debian |
tau_profile_set_context(3) - debian |
s390_runtime_instr(2) - centos |
s390_runtime_instr(2) - xfree86 |
s390_runtime_instr(2) - minix |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Introduction |
Detecting unused variables... |
Weird 'find' results |
How to copy a column of multiple files and paste into new excel file (next to column)? |