debian man page for tau_enable_group_name

Query: tau_enable_group_name

OS: debian

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

TAU_ENABLE_GROUP_NAM(3) 				      TAU Instrumentation API					   TAU_ENABLE_GROUP_NAM(3)

NAME
TAU_ENABLE_GROUP_NAME - Enables a group based on name
SYNOPSIS
C/C++: TAU_ENABLE_GROUP_NAME(char *groupname); Fortran: TAU_ENABLE_GROUP_NAME(character groupname(size));
DESCRIPTION
TAU_ENABLE_GROUP_NAME macro can turn on the instrumentation associated with routines based on a dynamic group assigned to them. It is important to note that this and the TAU_DISABLE_GROUP_NAME macros apply to groups created dynamically using TAU_GET_PROFILE_GROUP.
EXAMPLE
C/C++ : /* tau_instrumentor was invoked with -g DTM for a set of files */ TAU_DISABLE_GROUP_NAME("DTM"); dtm_routines(); /* disable and then re-enable the group with the name DTM */ TAU_ENABLE_GROUP_NAME("DTM"); Fortran : ! tau_instrumentor was invoked with -g DTM for this file call TAU_PROFILE_TIMER(profiler, "ITERATE>DTM") call TAU_DISABLE_GROUP_NAME("DTM") ! Disable, then re-enable DTM group call TAU_ENABLE_GROUP_NAME("DTM")
SEE ALSO
TAU_GET_PROFILE_GROUP(3), TAU_DISABLE_GROUP_NAME(3), TAU_ENABLE_ALL_GROUPS(3), TAU_DISABLE_ALL_GROUPS(3) 08/31/2005 TAU_ENABLE_GROUP_NAM(3)
Related Man Pages
pvm_lvgroup(3pvm) - redhat
gfgroup(1) - debian
tau_enable_group_name(3) - debian
tau_phase_create_dynamic(3) - debian
tau_profile_set_node(3) - debian
Similar Topics in the Unix Linux Community
Adding the individual columns of a matrix.
awk or sed - Convert 2 lines to 1 line
Find columns in a file based on header and print to new file
How to copy a column of multiple files and paste into new excel file (next to column)?
My first PERL incarnation... Audio Oscillograph