flutter/dev/benchmarks/complex_layout
2018-07-18 10:00:16 -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 Revert "enable lint unnecessary_const (#19342)" (#19423) 2018-07-16 13:30:27 -07:00
test_driver Make initialSemanticsTreeCreation less sensitive to GC timing. (#19491) 2018-07-18 10:00:16 -07:00
pubspec.yaml Add Bash and Zsh command-line completion for flutter (#19243) 2018-07-13 21:24:36 -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.