flutter/dev/benchmarks/complex_layout
2018-11-02 15:32:02 -07:00
..
android newly created apps / plugins should use latest gradle dependencies (#22790) (#23314) 2018-10-19 19:07:06 -07:00
ios Re-reland Xcode backend refactor (#23762) 2018-10-31 16:37:53 -07:00
lib add missing type parameter on methods (#22096) 2018-10-01 21:29:08 +02:00
test_driver Force GC before GC-sensitive benchmark runs (#23289) 2018-10-21 15:58:19 +02:00
test_memory apply lint prefer_void_to_null in dev/ (#22661) 2018-10-04 18:44:23 +02:00
pubspec.yaml Revert "Restore "Flutter gallery: updated Shrine demo" (#23878)" (#23888) 2018-11-02 15:32:02 -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.