Php/docs/class.hrtime-stopwatch
来自菜鸟教程
(PECL hrtime >= 0.4.3)
简介
类摘要
HRTime\StopWatch extends HRTime\PerformanceCounter {
public getElapsedTicks ( ) : int
public getElapsedTime
([ int $unit
] ) : float
public getLastElapsedTicks ( ) : int
public getLastElapsedTime
([ int $unit
] ) : float
public isRunning ( ) : bool
public start ( ) : void
public stop ( ) : void
/* 继承的方法 */
public static HRTime\PerformanceCounter::getFrequency ( ) : int
public static HRTime\PerformanceCounter::getTicks ( ) : int
public static HRTime\PerformanceCounter::getTicksSince
( int $start
) : int
}
Table of Contents
- HRTime\StopWatch::getElapsedTicks — Get elapsed ticks for all intervals
- HRTime\StopWatch::getElapsedTime — Get elapsed time for all intervals
- HRTime\StopWatch::getLastElapsedTicks — Get elapsed ticks for the last interval
- HRTime\StopWatch::getLastElapsedTime — Get elapsed time for the last interval
- HRTime\StopWatch::isRunning — Whether the measurement is running
- HRTime\StopWatch::start — Start time measurement
- HRTime\StopWatch::stop — Stop time measurement
/* 方法 */