-
Notifications
You must be signed in to change notification settings - Fork 29.5k
Add --profile-startup switch
#172879
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
Merged
derekxu16
merged 1 commit into
flutter:master
from
derekxu16:add-profile-startup-switch
Jul 30, 2025
Merged
Add --profile-startup switch
#172879
derekxu16
merged 1 commit into
flutter:master
from
derekxu16:add-profile-startup-switch
Jul 30, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
99422a9 to
7713455
Compare
7713455 to
38b13cd
Compare
jason-simmons
approved these changes
Jul 29, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Jul 31, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 1, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 1, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 1, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 1, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 1, 2025
github-merge-queue bot
pushed a commit
that referenced
this pull request
Aug 1, 2025
This PR adds a `--profile-startup` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-startup` switch](#172879).
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 1, 2025
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Aug 1, 2025
ievdokdm
pushed a commit
to ievdokdm/flutter
that referenced
this pull request
Aug 5, 2025
This PR adds a `--profile-startup` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-startup` switch](flutter#172879).
SydneyBao
pushed a commit
to SydneyBao/flutter
that referenced
this pull request
Aug 6, 2025
This PR adds a `--profile-startup` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-startup` switch](flutter#172879).
ksokolovskyi
pushed a commit
to ksokolovskyi/flutter
that referenced
this pull request
Aug 19, 2025
This PR adds a switch that can be used to set [the Dart VM's `profile_startup` flag](https://github.com/dart-lang/sdk/blob/21ce423b262bf68b1807a24f1e5082411f33d2b8/runtime/vm/profiler.cc#L68).
ksokolovskyi
pushed a commit
to ksokolovskyi/flutter
that referenced
this pull request
Aug 19, 2025
This PR adds a `--profile-startup` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-startup` switch](flutter#172879).
mboetger
pushed a commit
to mboetger/flutter
that referenced
this pull request
Sep 18, 2025
This PR adds a switch that can be used to set [the Dart VM's `profile_startup` flag](https://github.com/dart-lang/sdk/blob/21ce423b262bf68b1807a24f1e5082411f33d2b8/runtime/vm/profiler.cc#L68).
mboetger
pushed a commit
to mboetger/flutter
that referenced
this pull request
Sep 18, 2025
This PR adds a `--profile-startup` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-startup` switch](flutter#172879).
korca0220
pushed a commit
to korca0220/flutter
that referenced
this pull request
Sep 22, 2025
This PR adds a switch that can be used to set [the Dart VM's `profile_startup` flag](https://github.com/dart-lang/sdk/blob/21ce423b262bf68b1807a24f1e5082411f33d2b8/runtime/vm/profiler.cc#L68).
korca0220
pushed a commit
to korca0220/flutter
that referenced
this pull request
Sep 22, 2025
This PR adds a `--profile-startup` flag to `flutter run` that can be used to set [the Flutter Engine's `--profile-startup` switch](flutter#172879).
engine-flutter-autoroll
added a commit
to engine-flutter-autoroll/packages
that referenced
this pull request
Nov 12, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
engine
flutter/engine related. See also e: labels.
platform-android
Android applications specifically
platform-ios
iOS applications specifically
team-android
Owned by Android platform team
team-ios
Owned by iOS platform team
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds a switch that can be used to set the Dart VM's
profile_startupflag.