tau_profile_init(3) debian man page | unix.com

Man Page: tau_profile_init

Operating Environment: debian

Section: 3

TAU_PROFILE_INIT(3)					      TAU Instrumentation API					       TAU_PROFILE_INIT(3)

NAME
TAU_PROFILE_INIT - Processes command-line arguments for selective instrumentation
SYNOPSIS
C/C++: TAU_PROFILE_INIT(int argc, char **argv); Fortran: TAU_PROFILE_INIT(void);
DESCRIPTION
TAU_PROFILE_INIT parses 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_DEFAULT); TAU_PROFILE_INIT(argc, argv); ... } % ./a.out --profile 12+14 Fortran : PROGRAM SUM_OF_CUBES integer profiler(2) save profiler call TAU_PROFILE_INIT() ...
SEE ALSO
TAU_INIT(3) 08/31/2005 TAU_PROFILE_INIT(3)
Related Man Pages
pvmfstartpvmd(3pvm) - redhat
tau_disable_instrumentation(3) - debian
tau_mapping_link(3) - debian
tau_profile_timer(3) - debian
mpi_init(3openmpi) - osx
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
One instance of comparing grep and awk
Find columns in a file based on header and print to new file
A (ksh) Library For and From UNIX.com
How to copy a column of multiple files and paste into new excel file (next to column)?