HRTime\PerformanceCounter::getTicksSince
(PECL hrtime >= 0.6.0)
HRTime\PerformanceCounter::getTicksSince — Ticks elapsed since the given value
説明
public static HRTime\PerformanceCounter::getTicksSince
( int $start
) : int
Returns the ticks count elapsed since the given start value.
パラメータ
start
- Starting ticks value.
返り値
Returns int indicating the ticks count.