Query: tau_profile_set_group_name
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_PROFILE_SET_GROU(3) TAU Instrumentation API TAU_PROFILE_SET_GROU(3)NAMETAU_PROFILE_SET_GROUP_NAME - Changes the group name of a profiled sectionSYNOPSISC/C++: TAU_PROFILE_SET_GROUP_NAME(char *groupname);DESCRIPTIONTAU_PROFILE_SET_GROUP_NAME macro allows the user to change the group name associated with the instrumented routine. This macro must be called within the instrumented routine.EXAMPLEC/C++ : void foo() { TAU_PROFILE("foo()", "void ()", TAU_USER); TAU_PROFILE_SET_GROUP_NAME("Particle"); /* gives a more meaningful group name */ }SEE ALSOTAU_PROFILE 08/31/2005 TAU_PROFILE_SET_GROU(3)
| Related Man Pages |
|---|
| tau_disable_group_name(3) - debian |
| tau_enable_instrumentation(3) - debian |
| tau_phase_create_static(3) - debian |
| tau_profile_timer(3) - debian |
| tau_register_context_event(3) - debian |
| Similar Topics in the Unix Linux Community |
|---|
| Installing Dash Shell on OS X Lion |
| Introduction |
| One instance of comparing grep and awk |
| Find columns in a file based on header and print to new file |
| A (ksh) Library For and From UNIX.com |