Regreph\XHProf\MemoryRuns::get_run PHP Method

get_run() public method

Also, a brief description of the run is returned via the $run_desc out parameter.
public get_run ( $run_id, $type, &$run_desc )
    public function get_run($run_id, $type, &$run_desc)
    {
        return $this->_runs[$run_id];
    }