impure_timer_stop Subroutine

impure 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(inout) :: 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)
#else
      impure subroutine impure_timer_stop(t, message)
#endif
         import timer
         implicit none
         type(timer), intent(inout) :: t
         character(len=*), intent(in), optional :: message
      end subroutine impure_timer_stop