parent root
PHP: HRTime\StopWatch - Manual
PHP 7.2.23 Release Announcement

The HRTime\StopWatch class

(PECL hrtime >= 0.4.3)

Introduction

Class synopsis

HRTime\StopWatch extends HRTime\PerformanceCounter {
/* Methods */
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
/* Inherited methods */
public static HRTime\PerformanceCounter::getFrequency ( void ) : int
public static HRTime\PerformanceCounter::getTicks ( void ) : int
public static HRTime\PerformanceCounter::getTicksSince ( int $start ) : int
}

Table of Contents

add a noteadd a note

User Contributed Notes

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