toMetricEntries method

Map<String, String> toMetricEntries({
  1. String prefix = 'Render',
})

Formats aggregate render metrics for diagnostics or overlays.

Implementation

Map<String, String> toMetricEntries({String prefix = 'Render'}) {
  return stats.toMetricEntries(prefix: prefix);
}