flutter/dev/benchmarks/complex_layout
2021-05-21 13:04:03 -07:00
..
android Add Gradle lockfiles and tool to generate them (#83067) 2021-05-21 13:04:03 -07:00
fuchsia/meta
ios Add ephemeral iOS directory to put future generated files (#76830) 2021-02-25 18:16:03 -08:00
lib Enable avoid_unnecessary_containers lint (#77294) 2021-03-04 15:29:03 -08:00
test fix sort_directives violations (#80817) 2021-04-21 13:49:03 -07:00
test_driver fix sort_directives violations (#80817) 2021-04-21 13:49:03 -07:00
test_memory enable use_key_in_widget_constructors lint (#77032) 2021-03-02 10:14:02 -08:00
pubspec.yaml Run update packages, pick up file 6.1.1 (#82770) 2021-05-18 13:09:03 -07:00
README.md

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.