PhpBench\Model\Result\MemoryResult::getMetrics PHP Method

getMetrics() public method

public getMetrics ( )
    public function getMetrics()
    {
        return ['peak' => $this->peak, 'real' => $this->real, 'final' => $this->final];
    }