Lavoiesl\PhpBenchmark\Profiler::getTime PHP Method

getTime() public method

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