TAU_DUMP_FUNC_VALS(3) Dumps performance data for given functions to disk.

SYNOPSIS

C/C++:

TAU_DUMP_FUNC_VALS(charĀ **inFuncs, intĀ numFuncs);

DESCRIPTION

TAU_DUMP_FUNC_VALS writes the data associated with the routines listed in inFuncs to disk. The number of routines is specified by the user in numFuncs.

EXAMPLE

C/C++ :