PhpBench\Model\Result\MemoryResult::getFinal PHP Метод

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

Get memory usage at the end of the script.
См. также: http://php.net/manual/en/function.memory-get-usage.php
public getFinal ( ) : integer
Результат integer
    public function getFinal()
    {
        return $this->final;
    }