Outputs statistics
C/C++: TAU_REPORT_STATISTICS(void);
Fortran: TAU_REPORT_STATISTICS(void);
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.
C/C++ :
TAU_REPORT_STATISTICS();
Fortran :
call TAU_REPORT_STATISTICS()