PhpBench\Extensions\XDebug\Result\XDebugTraceResult::getMetrics PHP Method

getMetrics() public method

public getMetrics ( )
    public function getMetrics()
    {
        return ['memory' => $this->memory, 'time' => $this->time, 'nb_calls' => $this->nbCalls];
    }