Jarves\StopwatchHelper::lap PHP Method

lap() public method

public lap ( string $name )
$name string
    public function lap($name)
    {
        if ($this->stopwatch) {
            $this->stopwatch->lap($name);
        }
    }