PhpBench\Model\Result\MemoryResult::getReal PHP 메소드

getReal() 공개 메소드

Return real memory usage at the end of the script as gathered by memory_get_usage(true).
또한 보기: http://php.net/manual/en/function.memory-get-usage.php
public getReal ( ) : integer
리턴 integer
    public function getReal()
    {
        return $this->real;
    }