tau_get_profile_group(3) debian man page | unix.com

Man Page: tau_get_profile_group

Operating Environment: debian

Section: 3

TAU_GET_PROFILE_GROU(3) 				      TAU Instrumentation API					   TAU_GET_PROFILE_GROU(3)

NAME
TAU_GET_PROFILE_GROUP - Creates groups based on names
SYNOPSIS
C/C++: TAU_GET_PROFILE_GROUP(char *groupname);
DESCRIPTION
TAU_GET_PROFILE_GROUP allows the user to dynamically create groups based on strings, rather than use predefined, statically assigned groups such as TAU_USER1, TAU_USER2 etc. This allows names to be associated in creating unique groups that are more meaningful, using names of files or directories for instance.
EXAMPLE
C/C++ : #define PARTICLES TAU_GET_PROFILE_GROUP("PARTICLES") void foo() { TAU_PROFILE("foo()", " ", PARTICLES); } void bar() { TAU_PROFILE("bar()", " ", PARTICLES); }
SEE ALSO
TAU_ENABLE_GROUP_NAME(3), TAU_DISABLE_GROUP_NAME(3), TAU_ENABLE_ALL_GROUPS(3), TAU_DISABLE_ALL_GROUPS(3) 08/31/2005 TAU_GET_PROFILE_GROU(3)
Related Man Pages
tau_context_event(3) - debian
tau_disable_group_name(3) - debian
tau_enable_instrumentation(3) - debian
mojo::parameters(3pm) - debian
perl::critic::policy::regularexpressions::prohibitunusedcapture(3pm) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
Installing Dash Shell on OS X Lion
awk or sed - Convert 2 lines to 1 line
Introduction
Detecting unused variables...