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

[Impeller] Add some traces around impeller rendering #37510

Merged
merged 1 commit into from
Nov 12, 2022

Conversation

bdero
Copy link
Member

@bdero bdero commented Nov 11, 2022

Added a few trace lines that clarified some things for me while taking a look at flutter/flutter#114712.

@flutter-dashboard
Copy link

It looks like this pull request may not have tests. Please make sure to add tests before merging. If you need an exemption to this rule, contact Hixie on the #hackers channel in Chat (don't just cc him here, he won't see it! He's on Discord!).

If you are not sure if you need tests, consider this rule of thumb: the purpose of a test is to make sure someone doesn't accidentally revert the fix. Ask yourself, is there anything in your PR that you feel it is important we not accidentally revert back to how it was before your fix?

Reviewers: Read the Tree Hygiene page and make sure this patch meets those guidelines before LGTMing.

// Clipping the background canvas before drawing the picture recorders requires to
// save and restore the clip context.
// Clipping the background canvas before drawing the picture recorders requires
// saveing and restoring the clip context.
Copy link
Member

Choose a reason for hiding this comment

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

saving?

Copy link
Member Author

Choose a reason for hiding this comment

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

lol, fixed

@bdero bdero force-pushed the bdero/impeller-render-traces branch from fb3ce98 to 216a78c Compare November 11, 2022 04:42
@bdero bdero merged commit 09c3fcd into flutter:main Nov 12, 2022
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Nov 12, 2022
auto-submit bot pushed a commit to flutter/flutter that referenced this pull request Nov 12, 2022
…115192)

* 09c3fcd01 Add more raster traces (flutter/engine#37510)

* 38c4f1d78 Roll Fuchsia Linux SDK from R3L54Ma3VT2TQ6RpI... to xDY5B0-NZzq2idRNU... (flutter/engine#37541)
schwa423 pushed a commit to schwa423/engine that referenced this pull request Nov 16, 2022
shogohida pushed a commit to shogohida/flutter that referenced this pull request Dec 7, 2022
…lutter#115192)

* 09c3fcd01 Add more raster traces (flutter/engine#37510)

* 38c4f1d78 Roll Fuchsia Linux SDK from R3L54Ma3VT2TQ6RpI... to xDY5B0-NZzq2idRNU... (flutter/engine#37541)
gspencergoog pushed a commit to gspencergoog/flutter that referenced this pull request Jan 19, 2023
…lutter#115192)

* 09c3fcd01 Add more raster traces (flutter/engine#37510)

* 38c4f1d78 Roll Fuchsia Linux SDK from R3L54Ma3VT2TQ6RpI... to xDY5B0-NZzq2idRNU... (flutter/engine#37541)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
No open projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants