tau_event(3) debian man page | unix.com

Man Page: tau_event

Operating Environment: debian

Section: 3

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_context_event(3) - debian
tau_enable_instrumentation(3) - debian
tau_register_context_event(3) - debian
tau_register_event(3) - debian
tau_track_memory(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
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