Descriptioncc: Limit ManageTiles calls to once per-frame on average
This makes sure LTHI notifies the Scheduler of all ManageTiles calls
and then avoids a scheduled ManageTiles if we are already averaging
one or more ManageTiles per BeginImplFrame.
Limiting the scheduled ManageTiles to occur only if a ManageTiles
hasn't happened in the current frame can still result in two
ManageTiles per frame since we might schedule a ManageTiles at the
begining of a frame and then call explicitly when the commit finishes
if the main thread is in a high latency mode.
BUG=334749
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245388
Patch Set 1 #
Total comments: 2
Patch Set 2 : Use a funnel #Patch Set 3 : Add tests #Patch Set 4 : Add tests #
Messages
Total messages: 8 (0 generated)
|