SYNOPSIS
C/C++:
- TAU_PROFILE_TIMER_SET_GROUP(ProfilerĀ timer, TauGroup_tĀ group);
DESCRIPTION
EXAMPLE
C/C++ :
void foo() { TAU_PROFILE_TIMER(t, "foo loop timer", " ", TAU_USER1); ... TAU_PROFILE_TIMER_SET_GROUP(t, TAU_USER3); }
C/C++:
C/C++ :
void foo() { TAU_PROFILE_TIMER(t, "foo loop timer", " ", TAU_USER1); ... TAU_PROFILE_TIMER_SET_GROUP(t, TAU_USER3); }