menu
flutter_performance_testing package
documentation
flutter_performance_testing.dart
MemoryProfiler
clearSnapshots method
clearSnapshots method
dark_mode
light_mode
clearSnapshots
method
void
clearSnapshots
(
)
Clears all memory snapshots
Implementation
void clearSnapshots() { _snapshots.clear(); }
flutter_performance_testing package
documentation
flutter_performance_testing
MemoryProfiler
clearSnapshots method
MemoryProfiler class