SYNOPSIS

C/C++: TAU_REPORT_STATISTICS(void);

Fortran: TAU_REPORT_STATISTICS(void);

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()

RELATED TO TAU_REPORT_STATISTICS…