Starts an event.
string $name The event name:
string $category The event category:
StopwatchEvent A StopwatchEvent instance
public function start($name, $category = null) { return end($this->activeSections) ->startEvent($name, $category); }