StopwatchEvent stop(string $name)
StopwatchEvent stop()
class Stopwatch Stopwatch provides a way to profile code. Methods
float getOrigin() Gets the origin. Return
Section[] getSections()
StopwatchEvent[] getEvents()
ensureStopped() Stops all non already stopped periods.
bool isEventStarted(string $name) Checks if the event was started.
openSection(string|null $id = null) Creates a new section or re-opens an existing section.
StopwatchPeriod[] getPeriods()
Page 2 of 4