Query: tau_dump_func_vals_incr
OS: debian
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
TAU_DUMP_FUNC_VALS_I(3) TAU Instrumentation API TAU_DUMP_FUNC_VALS_I(3)NAMETAU_DUMP_FUNC_VALS_INCR - Dumps function values with a timestampSYNOPSISC/C++: TAU_DUMP_FUNC_VALS_INCR(char **inFuncs, int numFuncs);DESCRIPTIONSimilar to TAU_DUMP_FUNC_VALS. This macro creates an incremental selective dump and dumps the results with a date stamp to the filename such as sel_dump__Thu-Mar-28-16:30:48-2002__.0.0.0. In this manner the previous TAU_DUMP_FUNC_VALS_INCR(...) are not overwritten (unless they occur within a second).EXAMPLEC/C++ : const char **inFuncs; /* The first dimension is functions, and the second dimension is counters */ double **counterExclusiveValues; double **counterInclusiveValues; int *numOfCalls; int *numOfSubRoutines; const char **counterNames; int numOfCouns; TAU_GET_FUNC_VALS(inFuncs, 2, counterExclusiveValues, counterInclusiveValues, numOfCalls, numOfSubRoutines, counterNames, numOfCouns); TAU_DUMP_FUNC_VALS(inFuncs, 2);SEE ALSOTAU_DB_DUMP(3), TAU_DUMP_FUNC_NAMES(3), TAU_DUMP_FUNC_VALS(3) 08/31/2005 TAU_DUMP_FUNC_VALS_I(3)
Related Man Pages |
---|
tau_get_func_vals(3) - debian |
dlarf.f(3) - debian |
dlatzm.f(3) - debian |
dlatzm.f(3) - centos |
dopgtr.f(3) - centos |
Similar Topics in the Unix Linux Community |
---|
Help with selective ls |