flutter/dev/benchmarks/complex_layout
2018-06-09 00:39:27 -07:00
..
android Upgradle Gradle dependencies to match Android Studio 3.1.2 (#18080) 2018-06-01 09:57:40 +02:00
ios Build devicelab iOS apps as universal binaries (#18102) 2018-06-01 08:43:57 -07:00
lib [Gallery] Updated assets and copy (#18324) 2018-06-09 00:39:27 -07:00
test_driver Roll engine to b6df7a637498ca9beda1fa9cd7210e3202ea599f. (#15444) 2018-03-12 15:44:25 -07:00
pubspec.yaml [Gallery] Updated assets and copy (#18324) 2018-06-09 00:39:27 -07:00
README.md add readme for complex_layout benchmark (#5948) 2016-09-20 10:39:31 -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

Results should be in the logs.

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