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

getPeak() public method

Return peak memory usage as gathered by memory_get_peak_usage.
See also: http://php.net/manual/en/function.memory-get-peak-usage.php
public getPeak ( ) : integer
return integer
    public function getPeak()
    {
        return $this->peak;
    }