class Section
Stopwatch section.
Methods
__construct(float|null $origin = null) Constructor.
Section|null get(string $id) Returns the child section.
Section open(string|null $id) Creates or re-opens a child section.
string getId()
Section setId(string $id) Sets the session identifier.
StopwatchEvent startEvent(string $name, string $category) Starts an event.
bool isEventStarted(string $name) Checks if the event was started.
StopwatchEvent stopEvent(str