GoLang HRTime\StopWatch::getElapsedTime

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



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

PHP HRTime\StopWatch::getElapsedTime

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

HRTime\StopWatch::getElapsedTime

(PECL hrtime >= 0.4.3)

HRTime\StopWatch::getElapsedTimeGet elapsed time for all intervals

Description

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

Get elapsed time for all the previously closed intervals.

Parameters

unit

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

Return Values

Returns float indicating elapsed time.