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

Go to the source code of this file.

Functions/Subroutines

recursive subroutine Timers_stopIndex (i)
 
subroutine Timers_stopString (name)
 

Function/Subroutine Documentation

◆ Timers_stopIndex()

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.

◆ Timers_stopString()

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.