Name
TAU_DISABLE_TRACKING_MEMORY — Disables memory tracking
Synopsis
C/C++:
TAU_DISABLE_TRACKING_MEMORY();
Fortran:
TAU_DISABLE_TRACKING_MEMORY();
Description
Disables tracking of heap memory utilization. This call may be used in sections of code where TAU should not interrupt the execution to periodically track the heap memory utilization.