FLASH-X
Doxygen Generated Documentation From Interface Source Code
Functions/Subroutines
Timers_getSummary.F90 File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine Timers_getSummary (nIntervals)
 

Function/Subroutine Documentation

◆ Timers_getSummary()

subroutine Timers_getSummary ( integer  nIntervals)

Write out the Timers summary to the logfile. Timers collects the performance data and then calls Logfile_writeSummary to do the actual formatting.

It should be safe to call this at any point in the simulation– an updated summary will appear in the logfile.

nIntervals - number of subintervals timed, which is determined by the caller of this code, but this will typically be the number of timesteps taken since the last time Timers_init was called.

Definition at line 33 of file Timers_getSummary.F90.