enableRenderMetrics property

bool enableRenderMetrics
final

Whether to opt into the TUI runtime's RenderMetricsMsg stream. When true (the default), the runtime starts a periodic timer that sends real renderer metrics (FPS, frame times, render durations).

Implementation

final bool enableRenderMetrics;