timer_start Subroutine

public subroutine timer_start(t)

Start (or resume) the timer.

Records the current @p system_clock count. Calling @p timer_start on an already-running timer overwrites the start count without incrementing

Arguments

Type IntentOptional Attributes Name
type(timer_t), intent(inout) :: t

Timer to start.