Name

TAU_DB_DUMP_INCR — Dumps profile database into timestamped profiles on disk

Synopsis

C/C++:

TAU_DB_DUMP_INCR();

Description

This is similar to the TAU_DB_DUMP macro but it produces dump files that have a timestamp in their names. This allows the user to record timestamped incremental dumps as the application executes.

Example

C/C++ :

TAU_DB_DUMP_INCR();
    

Python:

import pytau

pytau.dbDumpIncr("prefix")