FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
recursive subroutine | Timers_stopIndex (i) |
subroutine | Timers_stopString (name) |
recursive subroutine Timers_stopIndex | ( | integer, intent(in) | i | ) |
Stop timing a timer specified by a supplied integer key
i – an integer key specifiying the timer to stop
PARAMETERS
Definition at line 24 of file Timers_stop.F90.
subroutine Timers_stopString | ( | character(len=*) | name | ) |
Stop timing a timer specified by a supplied name
name – a name specifiying the timer to stop
PARAMETERS
Definition at line 42 of file Timers_stop.F90.