PhpBench\Model\Result\MemoryResult::getReal PHP Méthode

getReal() public méthode

Return real memory usage at the end of the script as gathered by memory_get_usage(true).
See also: http://php.net/manual/en/function.memory-get-usage.php
public getReal ( ) : integer
Résultat integer
    public function getReal()
    {
        return $this->real;
    }