HRTime\StopWatch::getLastElapsedTime

Get elapsed time for the last interval

説明

public float HRTime\StopWatch::getLastElapsedTime(int $unit = ?)

Get elapsed time for the previously closed interval.

パラメータ

unit

Time unit represented by a HRTime\Unit constant. Default is HRTime\Unit::SECOND.

戻り値

Returns float indicating elapsed time.