StopTimer Subroutine

public subroutine StopTimer(timer_name)

Stop the clock for a given timer.

Arguments

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

Name of the timer. Must be registered.


Contents