Skip to content
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

Show whether the app is using Impeller or Skia in the performance page #6771

Merged
merged 5 commits into from
Nov 20, 2023

Conversation

kenzieschmoll
Copy link
Member

@kenzieschmoll kenzieschmoll commented Nov 17, 2023

Fixes #4467

Currently this only shows one of two values: 'Impeller' or 'Skia'. @jonahwilliams is this accurate?

flutter_frames_engine_text

I am open to suggestions for a better spot to put this data.

This PR also:

  • removes the Shader Compilation entry from the frames chart legend when impeller is enabled, since shader compilation is not relevant for impeller

@kenzieschmoll kenzieschmoll requested a review from a team as a code owner November 17, 2023 20:41
@kenzieschmoll kenzieschmoll requested review from bkonyi and jonahwilliams and removed request for a team November 17, 2023 20:41
Copy link
Member

@jonahwilliams jonahwilliams left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with nit

@kenzieschmoll kenzieschmoll merged commit 9616820 into flutter:master Nov 20, 2023
22 checks passed
@kenzieschmoll kenzieschmoll deleted the impeller-notice branch November 20, 2023 17:42
srujzs pushed a commit to srujzs/devtools that referenced this pull request Nov 20, 2023
srujzs pushed a commit to srujzs/devtools that referenced this pull request Nov 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Show whether app is running with skia or impeller in the DevTools performance page
2 participants