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

Go to the source code of this file.

Functions/Subroutines

subroutine Timers_startString (name)
 
subroutine Timers_startIndex (i)
 

Function/Subroutine Documentation

◆ Timers_startIndex()

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.

◆ Timers_startString()

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.