Name

TAU_REPORT_THREAD_STATISTICS — Outputs statistics, plus thread statistics

Synopsis

C/C++:

TAU_REPORT_THREAD_STATISTICS();

Fortran:

TAU_REPORT_THREAD_STATISTICS();

Description

TAU_REPORT_THREAD_STATISTICS prints the aggregate, as well as per thread user event statistics. Typically, this should be called just before the main thread exits.

Example

C/C++ :

TAU_REPORT_THREAD_STATISTICS();
    

Fortran :

call TAU_REPORT_THREAD_STATISTICS()