Lsrur\Inspector\Collectors\TimerCollector::b_time PHP Méthode

b_time() public méthode

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