flutter/dev/benchmarks/complex_layout
2022-08-10 22:40:38 +00:00
..
android Reland "Upgrade Gradle and AGP versions to 7.5/7.2 and migrate benchmarks+examples" #108472 (#108510) 2022-07-28 19:38:07 -07:00
ios Set Xcode build script phases to always run (#108331) 2022-07-26 19:20:07 +00:00
lib Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
test Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
test_driver Force a11y services to off for complex_layout_semantics_perf test (#108906) 2022-08-03 18:57:06 +00:00
test_memory Clean up the bindings APIs. (#89451) 2022-02-03 14:55:15 -08:00
pubspec.yaml Roll pub packages (#109348) 2022-08-10 22:40:38 +00:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -07:00

complex_layout

Scrolling benchmark

To run the scrolling benchmark on a device:

flutter drive --profile test_driver/scroll_perf.dart

Results should be in the file build/complex_layout_scroll_perf.timeline_summary.json.

More detailed logs should be in build/complex_layout_scroll_perf.timeline.json.

Startup benchmark

To measure startup time on a device:

flutter run --profile --trace-startup

The results should be in the logs.

Additional results should be in the file build/start_up_info.json.