TAU_PROFILE_TIMER_SET_GROUP
changes the group associated with a timer.
EXAMPLE
C/C++ :
void foo() {
TAU_PROFILE_TIMER(t, "foo loop timer", " ", TAU_USER1);
...
TAU_PROFILE_TIMER_SET_GROUP(t, TAU_USER3);
}
SEE ALSO
TAU_PROFILE_TIMER(3),
TAU_PROFILE_TIMER_SET_GROUP_NAME(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