flutter/dev/benchmarks/complex_layout
Jenn Magder 46787ee49c
Set template and migrate apps to iOS 12 minimum (#140921)
Cherry-pick https://github.com/flutter/flutter/pull/140823

Issue https://github.com/flutter/flutter/issues/140923

This looks like a lot of files, but most of them are updating the version on our integration/examples apps.
2024-01-09 22:36:07 +00:00
..
android Bump gradle heap size limit in *everywhere* (#134665) 2023-09-13 10:36:24 -07:00
ios Set template and migrate apps to iOS 12 minimum (#140921) 2024-01-09 22:36:07 +00:00
lib Remove "note that" in our documentation (as per style guide) (#120842) 2023-02-17 22:27:33 +00:00
macos Migrate Xcode projects last version checks to Xcode 14.3 (#125827) 2023-05-02 00:06:33 +00:00
test Add spaces after flow control statements (#126320) 2023-05-15 11:07:30 +02:00
test_driver Remove unnecessary null checks in dev/benchmarks (#118840) 2023-01-20 04:04:11 +00:00
test_memory Add bad scroller benchmark (#110362) 2022-08-26 18:50:07 +00:00
windows [Windows] Add target architecture to build path (#131843) 2023-08-31 09:09:02 -07:00
pubspec.yaml Cherry-pick package:web update to version 0.3.0 from 0.2.1-beta (#137195) 2023-10-25 00:15:07 +00:00
README.md ✒ Spell Check All .md Files Related to Flutter 💙 (#61564) 2020-07-22 18:23:47 -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

The results should be in the logs.

Additional results should be in the file build/start_up_info.json.