flutter/dev/benchmarks/complex_layout
2022-08-26 18:50:07 +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 Add bad scroller benchmark (#110362) 2022-08-26 18:50:07 +00:00
macos [macOS] Bring up "complex_layout" devicelab, startup tests for x64 (#110100) 2022-08-25 23:35:00 +00:00
test Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
test_driver Add bad scroller benchmark (#110362) 2022-08-26 18:50:07 +00:00
test_memory Add bad scroller benchmark (#110362) 2022-08-26 18:50:07 +00:00
windows Bring up new Windows start-up tests (#109618) 2022-08-17 09:38:41 -04:00
pubspec.yaml [flutter_tools] unpin path_provider_android and roll (#110216) 2022-08-25 19:42:21 +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.