The HRTime\PerformanceCounter class

(PECL hrtime >= 0.4.3)

Introduction

Class synopsis

class HRTime\PerformanceCounter {
/* Methods */
public static function getFrequency(): int
public static function getTicks(): int
public static function getTicksSince(int $start): int
}

Table of Contents

add a note

User Contributed Notes

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