impure_timer_stop Subroutine

subroutine impure_timer_stop(t, message)

Uses

    • fortime
  • proc~~impure_timer_stop~~UsesGraph proc~impure_timer_stop impure_timer_stop fortime fortime proc~impure_timer_stop->fortime

Arguments

Type IntentOptional Attributes Name
type(timer), intent(out) :: t
character(len=*), intent(in), optional :: message

Calls

proc~~impure_timer_stop~~CallsGraph proc~impure_timer_stop impure_timer_stop timer_stop timer_stop proc~impure_timer_stop->timer_stop

Source Code

      pure subroutine impure_timer_stop(t, message)
         import timer
         type(timer), intent(out) :: t
         character(len=*), intent(in), optional :: message
      end subroutine impure_timer_stop