HRTime\PerformanceCounter::getTicksSince
PHP function
Edit on GitHub ✎
(PECL hrtime >= 0.6.0)
Ticks elapsed since the given value
Description
HRTime\PerformanceCounter::getTicksSince(int $start): int
Returns the ticks count elapsed since the given start value.
Parameters
startStarting ticks value.
Return Values
Returns Integer indicating the ticks count.