Clockwork\Request\Request::getResponseDuration PHP Method

getResponseDuration() public method

Compute and return response duration in milliseconds
public getResponseDuration ( )
    public function getResponseDuration()
    {
        return ($this->responseTime - $this->time) * 1000;
    }