Name
TAU_ENABLE_INSTRUMENTATION — Enables instrumentation
Synopsis
C/C++:
TAU_ENABLE_INSTRUMENTATION(
)
;
Fortran:
TAU_ENABLE_INSTRUMENTATION(
)
;
Description
TAU_ENABLE_INSTRUMENTATION
macro re-enables
all TAU instrumentation. All instances of functions and statements that
occur between the disable/enable section are ignored by TAU. This allows
a user to limit the trace size, if the macros are used to disable
recording of a set of iterations that have the same characteristics as,
for example, the first recorded instance.