tau_profile_timer_set_type(3) debian man page | unix.com

Man Page: tau_profile_timer_set_type

Operating Environment: debian

Section: 3

TAU_PROFILE_TIMER_SE(3) 				      TAU Instrumentation API					   TAU_PROFILE_TIMER_SE(3)

NAME
TAU_PROFILE_TIMER_SET_TYPE - Changes the type of a timer
SYNOPSIS
C/C++: TAU_PROFILE_TIMER_SET_TYPE(Profiler timer, string newname);
DESCRIPTION
TAU_PROFILE_TIMER_SET_TYPE macro changes the type associated with a timer to the newname argument.
EXAMPLE
C/C++ : void foo() { TAU_PROFILE_TIMER(timer1, "foo", "int", TAU_USER); ... TAU_PROFILE_TIMER_SET_TYPE(timer1, "long"); }
SEE ALSO
TAU_PROFILE_TIMER(3) 08/31/2005 TAU_PROFILE_TIMER_SE(3)
Related Man Pages
sdl_addtimer(3) - opensolaris
tau_enable_group_name(3) - debian
tau_phase_create_dynamic(3) - debian
tau_profile_set_context(3) - debian
tau_type_string(3) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
One instance of comparing grep and awk
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?