StopTimer Subroutine

public subroutine StopTimer(timer_name)

Stop the clock for a given timer.

Arguments

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

Name of the timer. Must be registered.


Contents

None