PhalconDebug::addMeasure PHP Method

addMeasure() public static method

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);
    }