DescriptionPass more frame timing information to Blink
This patch conveys more information about frame timings to Blink.
Specifically it adds the current deadline by which work should be
finished as well as the expected interval between frames. The
Blink scheduler will use this information to schedule lower priority
work.
We also notify Blink when a committed frame actually got composited,
which means the current frame is done and lower priority work can be
started immediately (i.e., before the scheduled deadline).
BUG=391005
Committed: https://crrev.com/7759d7aef4c97d3454c15607945e23595c2dfa3e
Cr-Commit-Position: refs/heads/master@{#293476}
Patch Set 1 #Patch Set 2 : Add more frame timings. #
Total comments: 2
Patch Set 3 : Give that reviewer some tests. Reviewers love tests. #Patch Set 4 : MSVC fix. #
Messages
Total messages: 33 (11 generated)
|