menu
nice2dev_flutter_ui
tools\nice_benchmarks.dart
NiceWidgetAnalyzer
clear method
clear
dark_mode
light_mode
clear
method
void
clear
(
)
Clear all recorded data.
Implementation
void clear() { _widgetCounts.clear(); _buildTimes.clear(); }
nice2dev_flutter_ui
nice_benchmarks
NiceWidgetAnalyzer
clear method
NiceWidgetAnalyzer class