DebugKit\Panel\TimerPanel::data PHP Method

data() public method

Get the data for the panel.
public data ( ) : array
return array
    public function data()
    {
        return ['requestTime' => DebugTimer::requestTime(), 'timers' => DebugTimer::getAll(), 'memory' => DebugMemory::getAll(), 'peakMemory' => DebugMemory::getPeak()];
    }