Profiler\Profiler::getElapsedTime PHP Метод

getElapsedTime() публичный Метод

Get the amount of time that passed during a timer.
public getElapsedTime ( string $timer ) : double
$timer string
Результат double
    public function getElapsedTime($timer)
    {
        return $this->timers[$timer]->getElapsedTime();
    }