stats property

ProgramRenderStats get stats

Current aggregated statistics.

Implementation

ProgramRenderStats get stats => ProgramRenderStats(
  totalRenders: _totalRenders,
  changedRenders: _changedRenders,
  totalChangedCells: _totalChangedCells,
  totalChangedSpans: _totalChangedSpans,
  maxDirtyLines: _maxDirtyLines,
  maxChangedCells: _maxChangedCells,
  maxChangedSpans: _maxChangedSpans,
  totalRenderDuration: _totalRenderDuration,
  lastRenderGeneration: _lastRenderGeneration,
  lastDegradationLevel: _lastDegradationLevel,
  lastChangeSummary: _lastChangeSummary,
);