timer_elapsed_s Function

public function timer_elapsed_s(t)

Return accumulated wall time in seconds.

Calls @p system_clock once to obtain the current clock rate. Suitable for end-of-run reporting; do not call in tight loops.

Arguments

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

Timer to query.

Return Value real(kind=real64)