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;
    }