flutter/dev/benchmarks/complex_layout
Ian Hickson ebe6da5b17 Rename BlockBody to ListBody. (#9291)
Nobody knew what a Block was.
2017-04-07 17:14:54 -07:00
..
android Update complex_layout and microbenchmarks to Gradle build. (#8890) 2017-03-20 16:15:02 +01:00
ios Updated complex_layout ios project according to #8971 (#8974) 2017-03-23 09:32:55 +01:00
lib Rename BlockBody to ListBody. (#9291) 2017-04-07 17:14:54 -07:00
test_driver Declare locals as final where not reassigned (dev) (#8574) 2017-03-03 18:06:08 -08:00
.gitignore Merge pull request #3052 from vlidholt/linedrawing 2016-04-01 15:25:51 -07:00
pubspec.yaml Merge pubspec.yaml and flutter.yaml. (#7605) 2017-01-24 11:19:31 -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.