Pimcore\Tool\StopWatch::start PHP Method

start() public static method

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