Name

TAU_DUMP_FUNC_NAMES — Dumps function names to disk

Synopsis

C/C++:

TAU_DUMP_FUNC_NAMES();

Description

This macro writes the names of active functions to a file named dump_functionnames_<node>.<context>.

Example

C/C++ :

TAU_DUMP_FUNC_NAMES();
    

Python:

import pytau

pytau.dumpFuncNames()