PhalconDebug::addMeasure PHP 메소드

addMeasure() 공개 정적인 메소드

Measure time between $stop and $start
public static addMeasure ( $label, float $start, float $stop )
$label
$start float microseconds timestamp
$stop float microseconds timestamp
    public static function addMeasure($label, $start, $stop)
    {
        self::debugbar()->addMeasure($label, $start, $stop);
    }