-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Add --profile-microtasks flag to flutter run
#170877
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add --profile-microtasks flag to flutter run
#170877
Conversation
reidbaker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
At a high level why default profile microtasks to true instead of false?
Can you point me to where it's being defaulted to |
reidbaker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry on a second read the places I thought were defaults were all either validating the value which was set in a test or responding to the flag being set.
This PR adds a `--profile-microtasks` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-microtasks` switch](flutter#170690).
This PR adds a `--profile-microtasks` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-microtasks` switch](flutter#170690).
This PR adds a `--profile-microtasks` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-microtasks` switch](flutter#170690).
This PR adds a
--profile-microtasksflag toflutter runthat can be used to set the Flutter Engine's--profile-microtasksswitch.