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