debian man page for tau_set_interrupt_interval

Query: tau_set_interrupt_interval

OS: debian

Section: 3

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

TAU_SET_INTERRUPT_IN(3) 				      TAU Instrumentation API					   TAU_SET_INTERRUPT_IN(3)

NAME
TAU_SET_INTERRUPT_INTERVAL - Change the inter-interrupt interval for tracking memory and headroom
SYNOPSIS
C/C++: TAU_SET_INTERRUPT_INTERVAL(int value); Fortran: TAU_SET_INTERRUPT_INTERVAL(integer value);
DESCRIPTION
Set the interrupt interval for tracking memory and headroom (See TAU_TRACK_MEMORY(3) and TAU_TRACK_MEMORY_HEADROOM(3)). By default an inter-interrupt interval of 10 seconds is used in TAU. This call allows the user to set it to a different value specified by the argument value.
EXAMPLE
C/C++ : TAU_SET_INTERRUPT_INTERVAL(2) /* invokes the interrupt handler for memory every 2s */ Fortran : call TAU_SET_INTERRUPT_INTERVAL(2)
SEE ALSO
TAU_TRACK_MEMORY(3), TAU_TRACK_MEMORY_HEADROOM(3) 08/31/2005 TAU_SET_INTERRUPT_IN(3)
Related Man Pages
mpi_add_error_class(3) - debian
mpi_grequest_complete(3) - debian
mpi_info_create(3) - debian
mpi_type_free_keyval(3) - debian
tau_set_interrupt_interval(3) - debian
Similar Topics in the Unix Linux Community
TAU 2.17.1 (Default branch)
TAU 1.7.14 (Linux Kernel TAU branch)
TAU 2.17.2 (Default branch)
TAU 2.17.3 (Default branch)
TAU 2.18.1 (Default branch)