debian man page for tau_track_memory

Query: tau_track_memory

OS: debian

Section: 3

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

TAU_TRACK_MEMORY(3)					      TAU Instrumentation API					       TAU_TRACK_MEMORY(3)

NAME
TAU_TRACK_MEMORY - Initializes memory tracking system
SYNOPSIS
C/C++: TAU_TRACK_MEMORY(void); Fortran: TAU_TRACK_MEMORY(void);
DESCRIPTION
For memory profiling, there are two modes of operation: 1) the user explicitly inserts TAU_TRACK_MEMORY_HERE() calls in the source code and the memory event is triggered at those locations, and 2) the user enables tracking memory by calling TAU_TRACK_MEMORY() and an interrupt is generated every 10 seconds and the memory event is triggered with the current value. Also, this interrupt interval can be changed by calling TAU_SET_INTERRUPT_INTERVAL(value). The tracking of memory events in both cases can be explictly enabled or disabled by calling the macros TAU_ENABLE_TRACKING_MEMORY() or TAU_DISABLE_TRACKING_MEMORY() respectively.
EXAMPLE
C/C++ : TAU_TRACK_MEMORY(); Fortran : call TAU_TRACK_MEMORY()
SEE ALSO
TAU_ENABLE_TRACKING_MEMORY(3), TAU_DISABLE_TRACKING_MEMORY(3), TAU_SET_INTERRUPT_INTERVAL(3), TAU_TRACK_MEMORY_HERE(3), TAU_TRACK_MEMORY_HEADROOM(3) 08/31/2005 TAU_TRACK_MEMORY(3)
Related Man Pages
mpi_alloc_mem(3) - debian
mpi_op_create(3) - debian
tau_context_event(3) - debian
tau_enable_instrumentation(3) - debian
tau_register_context_event(3) - debian
Similar Topics in the Unix Linux Community
Bugzero 5.5.4 (Default branch)
Bugzero 5.5.6 (Default branch)
Bugzero 5.5.7 (Default branch)
OrangeHRM 2.4-beta.6 (Default branch)
OpenGTS 1.9.2 (Default branch)