debian man page for tau_track_memory_here

Query: tau_track_memory_here

OS: debian

Section: 3

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

TAU_TRACK_MEMORY_HER(3) 				      TAU Instrumentation API					   TAU_TRACK_MEMORY_HER(3)

NAME
TAU_TRACK_MEMORY_HERE - Triggers memory tracking at a given execution point
SYNOPSIS
C/C++: TAU_TRACK_MEMORY_HERE(void); Fortran: TAU_TRACK_MEMORY_HERE(void);
DESCRIPTION
Triggers memory tracking at a given execution point
EXAMPLE
C/C++ : int main(int argc, char **argv) { TAU_PROFILE("main()", " ", TAU_DEFAULT); TAU_PROFILE_SET_NODE(0); TAU_TRACK_MEMORY_HERE(); int *x = new int[5*1024*1024]; TAU_TRACK_MEMORY_HERE(); return 0; } Fortran : INTEGER, ALLOCATABLE :: STORAGEARY(:) allocate(STORAGEARY(1:999), STAT=IERR) ! if we wish to record a sample of the heap memory ! utilization at this point, invoke the following call: call TAU_TRACK_MEMORY_HERE()
SEE ALSO
TAU_TRACK_MEMORY(3) 08/31/2005 TAU_TRACK_MEMORY_HER(3)
Related Man Pages
tau_context_event(3) - debian
tau_mapping_create(3) - debian
tau_mapping_link(3) - debian
tau_track_memory(3) - debian
tau_track_memory_headroom(3) - debian
Similar Topics in the Unix Linux Community
Detecting unused variables...
One instance of comparing grep and awk
How to copy a column of multiple files and paste into new excel file (next to column)?
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph