HRTime\StopWatch::getLastElapsedTime
(PECL hrtime >= 0.4.3)
HRTime\StopWatch::getLastElapsedTime — Get elapsed time for the last interval
Açıklama
public HRTime\StopWatch::getLastElapsedTime(
int $unit = ?):
float
Get elapsed time for the previously closed interval.
Bağımsız Değişkenler
unit
-
Time unit represented by a HRTime\Unit constant. Default is
HRTime\Unit::SECOND.
Dönen Değerler
Returns float indicating elapsed time.