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)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- EXAMPLE
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 21:56:49 GMT, April 16, 2011