Menu

PMTM_timer_start

Iain Miller

PMTM_timer_start

Fortran:

:::fortran
subroutine PMTM_timer_start(timer)

Start a timer. The timer should be in the stopped 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 start.

C:

:::C
void PMTM_timer_start(PMTM_timer_t timer)

Related

Wiki: PMTM

MongoDB Logo MongoDB