Pimcore\Tool\StopWatch::start PHP 메소드

start() 공개 정적인 메소드

public static start ( $component = 'default' ) : void
$component string
리턴 void
    public static function start($component = 'default')
    {
        self::$startTime[$component] = self::microtime_float();
        self::$laps[$component] = [];
    }