The HRTime\StopWatch class

(PECL hrtime >= 0.4.3)

Wstęp

Krótki opis klasy

HRTime\StopWatch extends HRTime\PerformanceCounter {
/* Metody */
public getElapsedTicks ( void ) : int
public getElapsedTime ([ int $unit ] ) : float
public getLastElapsedTicks ( void ) : int
public getLastElapsedTime ([ int $unit ] ) : float
public isRunning ( void ) : bool
public start ( void ) : void
public stop ( void ) : void
/* Metody dziedziczone */
public static HRTime\PerformanceCounter::getFrequency ( void ) : int
public static HRTime\PerformanceCounter::getTicks ( void ) : int
public static HRTime\PerformanceCounter::getTicksSince ( int $start ) : int
}

Spis treści

add a note add a note

User Contributed Notes

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