Pimcore\Tool\StopWatch::display PHP Method

display() public static method

public static display ( boolean $html = false, string $component = 'default' ) : void
$html boolean
$component string
return void
    public static function display($html = false, $component = 'default')
    {
        echo self::getTime($html, $component);
    }