The HRTime\StopWatch class

(PECL hrtime >= 0.4.3)

Introducere

Sinopsisul clasei

HRTime\StopWatch extends HRTime\PerformanceCounter {
/* Metode */
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
/* Metode moștenite */
public static HRTime\PerformanceCounter::getTicks ( ) : int
public static HRTime\PerformanceCounter::getTicksSince ( int $start ) : int
}

Cuprins

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top