class StopwatchPeriod
Represents an Period for an Event.
Methods
__construct(int $start, int $end) Constructor. | ||
int | getStartTime() Gets the relative time of the start of the period. | |
int | getEndTime() Gets the relative time of the end of the period. | |
int | getDuration() Gets the time spent in this period. | |
int | getMemory() Gets the memory usage. |
Details
__construct(int $start, int $end)
Constructor.
int getStartTime()
Gets the relative time of the start of the period.
int getEndTime()
Gets the relative time of the end of the period.
int getDuration()
Gets the time spent in this period.
int getMemory()
Gets the memory usage.
Please login to continue.