Menu

PMTM_timer_stop

Iain Miller

PMTM_timer_stop

Fortran:

:::fortran
subroutine PMTM_timer_stop(timer)

Stop a timer. The timer should be in the running state, and an error will be reported if it is not and PMTM has been compiled in debug mode.

:::fortran
    type(PMTM_timer), intent(in)::timer

The handle of the timer to stop.

C:

:::C
void PMTM_timer_stop(PMTM_timer_t timer)

Related

Wiki: PMTM

MongoDB Logo MongoDB