dm_timer_start Subroutine

public subroutine dm_timer_start(timer)

Starts the timer by setting clock rate and first clock count.

Arguments

Type IntentOptional Attributes Name
type(timer_type), intent(inout) :: timer

Timer type.


Called by

proc~~dm_timer_start~~CalledByGraph proc~dm_timer_start dm_timer_start proc~dm_test_run dm_test_run proc~dm_test_run->proc~dm_timer_start