RegisterTimer Subroutine

public subroutine RegisterTimer(timer_name)

Register a timer with the timer module. Call this before using that timer.

Arguments

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

Name of the timer.


Contents

None