-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
flutter/engine
#52423Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
Description
Currently the frame capture when navigating to a page with a lot of images looks a lot like the following. Because we upload concurrently from N threads, we can end up overloading the GPU and competing with the normal frame workload.
To improve this, I'm going to force serialization of upload by posting the upload task to the io runner. This shouldn't be necessary, but we'll need some way to throttle uploads and/or avoid competing with the raster workloads before relanding support for this
Metadata
Metadata
Assignees
Labels
P3Issues that are less important to the Flutter projectIssues that are less important to the Flutter projecte: impellerImpeller rendering backend issues and features requestsImpeller rendering backend issues and features requestsengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.team-engineOwned by Engine teamOwned by Engine teamtriaged-engineTriaged by Engine teamTriaged by Engine team
