Man Page: tau_profile_timer_set_group_name
Operating Environment: debian
Section: 3
TAU_PROFILE_TIMER_SE(3) TAU Instrumentation API TAU_PROFILE_TIMER_SE(3)NAMETAU_PROFILE_TIMER_SET_GROUP_NAME - Changes the group name for a timerSYNOPSISC/C++: TAU_PROFILE_TIMER_SET_GROUP_NAME(Profiler timer, char *groupname);DESCRIPTIONTAU_PROFILE_TIMER_SET_GROUP_NAME changes the group name associated with a given timer.EXAMPLEC/C++ : void foo() { TAU_PROFILE_TIMER(looptimer, "foo: loop1", " ", TAU_USER); TAU_PROFILE_START(looptimer); for (int i = 0; i < N; i++) { /* do something */ } TAU_PROFILE_STOP(looptimer); TAU_PROFILE_TIMER_SET_GROUP_NAME("Field"); }SEE ALSOTAU_PROFILE_TIMER(3), TAU_PROFILE_TIMER_SET_GROUP(3) 08/31/2005 TAU_PROFILE_TIMER_SE(3)
| Related Man Pages |
|---|
| tau_disable_group_name(3) - debian |
| tau_mapping_create(3) - debian |
| tau_profile_timer_dynamic(3) - debian |
| tau_profile_timer(3) - debian |
| tau_register_context_event(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Detecting unused variables... |
| Weird 'find' results |
| How to copy a column of multiple files and paste into new excel file (next to column)? |
| New UNIX and Linux History Sections |