debian man page for tau_event

Query: tau_event

OS: debian

Section: 3

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

TAU_EVENT(3)						      TAU Instrumentation API						      TAU_EVENT(3)

NAME
TAU_EVENT - Triggers a user event
SYNOPSIS
C/C++: TAU_EVENT(TauUserEvent variable, double value); Fortran: TAU_EVENT(integer variable(2), real value);
DESCRIPTION
Triggers an event that was registered with TAU_REGISTER_EVENT.
EXAMPLE
C/C++ : int user_square(int count) { TAU_REGISTER_EVENT(ue1, "UserSquare Event"); TAU_EVENT(ue1, count * count); return 0; } Fortran : integer eventid(2) save eventid call TAU_REGISTER_EVENT(eventid, 'Error in Iteration') call TAU_EVENT(eventid, count)
SEE ALSO
TAU_REGISTER_EVENT(3) 08/31/2005 TAU_EVENT(3)
Related Man Pages
tau_phase_create_static(3) - debian
tau_profile_set_context(3) - debian
tau_profile_timer_dynamic(3) - debian
tau_register_context_event(3) - debian
xibarrierreleasepointer(3) - centos
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
A (ksh) Library For and From UNIX.com