impure_timer_start Subroutine

subroutine impure_timer_start(t)

Uses

    • fortime
  • proc~~impure_timer_start~~UsesGraph proc~impure_timer_start impure_timer_start fortime fortime proc~impure_timer_start->fortime

Arguments

Type IntentOptional Attributes Name
type(timer), intent(out) :: t

Calls

proc~~impure_timer_start~~CallsGraph proc~impure_timer_start impure_timer_start timer_start timer_start proc~impure_timer_start->timer_start

Source Code

      pure subroutine impure_timer_start(t)
         import timer
         type(timer), intent(out) :: t
      end subroutine impure_timer_start