Query: tau_get_profile_group
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_GET_PROFILE_GROU(3) TAU Instrumentation API TAU_GET_PROFILE_GROU(3)NAMETAU_GET_PROFILE_GROUP - Creates groups based on namesSYNOPSISC/C++: TAU_GET_PROFILE_GROUP(char *groupname);DESCRIPTIONTAU_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.EXAMPLEC/C++ : #define PARTICLES TAU_GET_PROFILE_GROUP("PARTICLES") void foo() { TAU_PROFILE("foo()", " ", PARTICLES); } void bar() { TAU_PROFILE("bar()", " ", PARTICLES); }SEE ALSOTAU_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_disable_group_name(3) - debian |
tau_enable_group_name(3) - debian |
tau_mapping_create(3) - debian |
libtalloc_stealing(3) - centos |
mojo::parameters(3pm) - debian |
Similar Topics in the Unix Linux Community |
---|
How can I do this in VI editor? |
Is UNIX an open source OS ? |
Introduction |
Find columns in a file based on header and print to new file |
My first PERL incarnation... Audio Oscillograph |