Jarves\StopwatchHelper::lap PHP 메소드

lap() 공개 메소드

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