Name

TAU_REPORT_STATISTICS — Outputs statistics

Synopsis

C/C++:

TAU_REPORT_STATISTICS();

Fortran:

TAU_REPORT_STATISTICS();

Description

TAU_REPORT_STATISTICS prints the aggregate statistics of user events across all threads in each node. Typically, this should be called just before the main thread exits.

Example

C/C++ :

TAU_REPORT_STATISTICS();
    

Fortran :

call TAU_REPORT_STATISTICS()