flutter/dev/benchmarks/complex_layout
2018-01-03 09:58:16 +01:00
..
android Refresh template instances in repo (#13864) 2018-01-03 09:58:16 +01:00
ios Remove app.flx and add flutter_assets to project.pbxproj of all example apps (#13649) 2017-12-18 20:08:30 +01:00
lib Apply media padding in complex layout benchmark drawer header (#13610) 2017-12-15 12:46:35 -08:00
test_driver enable lint prefer_single_quotes (#12665) 2017-10-22 18:11:36 +02:00
pubspec.yaml Revert "Adding minzip to packaging steps for Windows (#13679)" (#13716) 2017-12-20 16:21:57 -08: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.