Lsrur\Inspector\Collectors\TimerCollector::b_time PHP 메소드

b_time() 공개 메소드

public b_time ( $timerName )
    public function b_time($timerName)
    {
        $this->timers[$timerName] = ['start' => microtime(true), 'time' => 0, 'type' => 'timer'];
    }