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

getFinal() public méthode

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