Name
TAU_PROFILE_INIT — Processes command-line arguments for selective instrumentation
Synopsis
C/C++:
TAU_PROFILE_INIT(argc, argv);
int argc;
char **argv;
Fortran:
TAU_PROFILE_INIT();
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.