PhpBench\Model\Result\MemoryResult::getFinal PHP Method

getFinal() public method

Get memory usage at the end of the script.
See also: http://php.net/manual/en/function.memory-get-usage.php
public getFinal ( ) : integer
return integer
    public function getFinal()
    {
        return $this->final;
    }