Name

TAU_DUMP_FUNC_VALS — Dumps performance data for given functions to disk.

Synopsis

C/C++:
TAU_DUMP_FUNC_VALS( inFuncs,  
  numFuncs);  
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++ :