Stops then restarts an event.
string $name The event name:
StopwatchEvent The event
\LogicException When the event has not been started
public function lap($name) { return $this ->stop($name) ->start(); }