Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Fix BM_ShellShutdown regression #18676

Conversation

scutlight
Copy link
Member

@scutlight scutlight commented May 30, 2020

#18225 shifts the work of font manager setup out of Shell::Create and into an ui thread task.
BM_ShellShutdown measures the time of Shell::~Shell which queues a task the ui thread to reset engine and waits for its completion. Now the time spent by font manager setup is counted into BM_ShellShutdown.
This pr fix the regression.

Copy link
Contributor

@liyuqian liyuqian left a comment

Choose a reason for hiding this comment

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

LGTM!

@jason-simmons jason-simmons added the waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land. label Jun 1, 2020
@fluttergithubbot fluttergithubbot merged commit 42b40b4 into flutter:master Jun 1, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 2, 2020
engine-flutter-autoroll added a commit to engine-flutter-autoroll/flutter that referenced this pull request Jun 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
cla: yes waiting for tree to go green This PR is approved and tested, but waiting for the tree to be green to land.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants