tools\nice_benchmarks library

Classes

NiceBenchmarkedWidget
A widget wrapper that measures and reports build time. Only active in debug/profile mode.
NiceBenchmarkResult
Result of a single benchmark run.
NiceBenchmarkRunner
Runs widget benchmarks and collects timing data.
NiceBenchmarkSummary
Aggregated results from multiple benchmark runs.
NicePerformanceOverlay
A debug overlay showing real-time performance metrics.
NiceWidgetAnalyzer
Records widget tree statistics for analysis.

Typedefs

NiceBenchmarkWidgetBuilder = Widget Function(int iteration)
Callback to build the widget being benchmarked.