FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Timers_getSummary (nIntervals) |
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.