flutter/dev/benchmarks/complex_layout
2017-06-29 09:48:01 +02:00
..
android Make consistent use of gradle wrapper (#10993) 2017-06-29 09:48:01 +02:00
ios Update integration test .gitignores to latest template (#10191) 2017-05-18 18:47:57 -07:00
lib Improved support for saving and restoring the scroll offset, etc V2 (#10590) 2017-06-08 17:20:36 -07:00
test_driver Adding first semantics perf test (#10649) 2017-06-13 12:49:07 -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.