Regreph\XHProf\MemoryRuns::aggregate PHP Method

aggregate() public method

public aggregate ( )
    public function aggregate()
    {
        return xhprof_aggregate_runs($this, array_keys($this->_runs), array_fill(0, count($this->_runs), 1));
    }