tau_profile_set_group_name(3) debian man page | unix.com

Man Page: tau_profile_set_group_name

Operating Environment: debian

Section: 3

TAU_PROFILE_SET_GROU(3) 				      TAU Instrumentation API					   TAU_PROFILE_SET_GROU(3)

NAME
TAU_PROFILE_SET_GROUP_NAME - Changes the group name of a profiled section
SYNOPSIS
C/C++: TAU_PROFILE_SET_GROUP_NAME(char *groupname);
DESCRIPTION
TAU_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.
EXAMPLE
C/C++ : void foo() { TAU_PROFILE("foo()", "void ()", TAU_USER); TAU_PROFILE_SET_GROUP_NAME("Particle"); /* gives a more meaningful group name */ }
SEE ALSO
TAU_PROFILE 08/31/2005 TAU_PROFILE_SET_GROU(3)
Related Man Pages
tau_context_event(3) - debian
tau_phase_create_dynamic(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
How can I do this in VI editor?
Is UNIX an open source OS ?
Introduction
New UNIX and Linux History Sections
My first PERL incarnation... Audio Oscillograph