StopwatchPeriod
class StopwatchPeriod
Represents an Period for an Event.
Methods
__construct(int|float $start, int|float $end, bool $morePrecision = false)
No description
int|float
getStartTime()
Gets the relative time of the start of the period.
int|float
getEndTime()
Gets the relative time of the end of the period.
int|float
getDuration()
Gets the time spent in this period.
int
getMemory()
Gets the memory usage.