Skip to content

MonotonicClock

Rasuvaeff\PropertyTesting\Runner\MonotonicClock

ClassPackage: property-testing-coreSourceVersion: v0.1.0-12-g86ead85

Implements: Runner\Clock

Methods

nanoseconds()

php
nanoseconds(): int

Current reading of a monotonic clock, in nanoseconds. Only differences between two readings are meaningful.

Documentation inherited from Runner\Clock.