StartTimer Subroutine

public subroutine StartTimer(timer_name)

Start the clock running for a given timer.

Arguments

Type IntentOptional AttributesName
character(len=*), intent(in) :: timer_name

Name of the timer. Must be registered.


Contents

None