FLASH-X
Doxygen Generated Documentation From Interface Source Code
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | Timers_startString (name) |
subroutine | Timers_startIndex (i) |
subroutine Timers_startIndex | ( | integer, intent(in) | i | ) |
Start timing the timer specified by a supplied integer key
i – an integer key specifiying the timer to start
PARAMETERS
Definition at line 44 of file Timers_start.F90.
subroutine Timers_startString | ( | character(len=*), intent(in) | name | ) |
Start the timer specified by a supplied name
name – a string containing the name of the timer to start
PARAMETERS
Definition at line 24 of file Timers_start.F90.