dm_timer_result Function

public function dm_timer_result(timer) result(duration)

Returns elapsed time between timer start and stop in seconds as 8-byte real. The result is 0.0 if the timer has not been stopped yet.

Arguments

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

Timer type.

Return Value real(kind=r8)


Called by

proc~~dm_timer_result~~CalledByGraph proc~dm_timer_result dm_timer_result proc~dm_timer_stop dm_timer_stop proc~dm_timer_stop->proc~dm_timer_result proc~dm_test_run dm_test_run proc~dm_test_run->proc~dm_timer_stop