debian man page for tau_init

Query: tau_init

OS: debian

Section: 3

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

TAU_INIT(3)						      TAU Instrumentation API						       TAU_INIT(3)

NAME
TAU_INIT - Processes command-line arguments for selective instrumentation
SYNOPSIS
C/C++: TAU_INIT(int *argc, char ***argv);
DESCRIPTION
TAU_INIT parses and removes the command-line arguments for the names of profile groups that are to be selectively enabled for instrumentation. By default, if this macro is not used, functions belonging to all profile groups are enabled. TAU_INIT differs from TAU_PROFILE_INIT only in the argument types.
EXAMPLE
C/C++ : int main(int argc, char **argv) { TAU_PROFILE("main()", "int (int, char **)", TAU_GROUP_12); TAU_INIT(&argc, &argv); ... } % ./a.out --profile 12+14
SEE ALSO
TAU_PROFILE_INIT(3) 08/31/2005 TAU_INIT(3)
Related Man Pages
getopt(3) - ultrix
tau_profile_set_context(3) - debian
tk_main(3) - centos
getopt(3) - minix
tk_main(3) - osx
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Detecting unused variables...
Find columns in a file based on header and print to new file
Weird 'find' results
My first PERL incarnation... Audio Oscillograph