debian man page for tau_enable_tracking_memory

Query: tau_enable_tracking_memory

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAU_ENABLE_TRACKING_(3) 				      TAU Instrumentation API					   TAU_ENABLE_TRACKING_(3)

NAME
TAU_ENABLE_TRACKING_MEMORY - Enables memory tracking
SYNOPSIS
C/C++: TAU_ENABLE_TRACKING_MEMORY(void); Fortran: TAU_ENABLE_TRACKING_MEMORY(void);
DESCRIPTION
Enables tracking of the heap memory utilization in the program. TAU takes a sample of the heap memory utilized (as reported by the mallinfo system call) and associates it with a single global user defined event. An interrupt is generated every 10 seconds and the value of the heap memory used is recorded in the user defined event. The inter-interrupt interval (default of 10 seconds) may be set by the user using the call TAU_SET_INTERRUPT_INTERVAL.
EXAMPLE
C/C++ : TAU_ENABLE_TRACKING_MEMORY(); Fortran : call TAU_ENABLE_TRACKING_MEMORY()
SEE ALSO
TAU_DISABLE_TRACKING_MEMORY(3), TAU_SET_INTERRUPT_INTERVAL(3), TAU_TRACK_MEMORY(3), TAU_TRACK_MEMORY_HERE(3) 08/31/2005 TAU_ENABLE_TRACKING_(3)
Related Man Pages
malloc_trim(3) - linux
tau_phase_create_static(3) - debian
tau_register_context_event(3) - debian
tau_track_memory_headroom(3) - debian
malloc_trim(3) - centos
Similar Topics in the Unix Linux Community
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph