Lavoiesl\PhpBenchmark\Profiler::getTime PHP 메소드

getTime() 공개 메소드

public getTime ( )
    function getTime()
    {
        return $this->end_time - $this->start_time;
    }