flutter/dev/benchmarks/complex_layout
Adam Barth ff0aa51326 Update gallery assets (#9957)
The new assets have been optipng'ed.
2017-05-11 23:28:25 -07:00
..
android Roll android build tools to 25.0.3 (#9922) 2017-05-09 18:58:46 +02:00
ios Updated complex_layout ios project according to #8971 (#8974) 2017-03-23 09:32:55 +01:00
lib Add const non-null asserts where required (#9945) 2017-05-09 21:15:42 -07:00
test_driver Add a tile scrolling test to complex_layout app (#9537) 2017-04-26 14:22:11 -07:00
.gitignore Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
pubspec.yaml Update gallery assets (#9957) 2017-05-11 23:28:25 -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.