GoLang HRTime\StopWatch::getLastElapsedTime

request it (279)
GoLang replacement for PHP's HRTime\StopWatch::getLastElapsedTime [edit | history]



Do you know a GoLang replacement for PHP's HRTime\StopWatch::getLastElapsedTime? Write it!

PHP HRTime\StopWatch::getLastElapsedTime

PHP original manual for HRTime\StopWatch::getLastElapsedTime [ show | php.net ]

HRTime\StopWatch::getLastElapsedTime

(PECL hrtime >= 0.4.3)

HRTime\StopWatch::getLastElapsedTimeGet elapsed time for the last interval

Description

public float HRTime\StopWatch::getLastElapsedTime ([ int $unit ] )

Get elapsed time for the previously closed interval.

Parameters

unit

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

Return Values

Returns float indicating elapsed time.