Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(539)

Issue 1636513003: Remove the code that prevents task blocking if not expecting frames (Closed)

Created:
4 years, 11 months ago by alex clarke (OOO till 29th)
Modified:
4 years, 11 months ago
Reviewers:
Sami
CC:
chromium-reviews, scheduler-bugs_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Remove the code that prevents task blocking if not expecting frames In abstract preventing task blockimg if not expecting frames sounds like a good idea. In practice it caused a large perf regression since we probably should be blocking tasks that take longer than 50ms even if we're not expecting frames because touch starts can and will get delayed. Removing this condition is safe because: a. We are now using task blocking in more limited cases b. For the usual compositor scrolling case we increased the blocking threshold to 50ms BUG=574343 Committed: https://crrev.com/fad210f8d90fcecd334a0383e6194f70f120f91f Cr-Commit-Position: refs/heads/master@{#371521}

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -14 lines) Patch
M components/scheduler/renderer/renderer_scheduler_impl.cc View 1 chunk +6 lines, -10 lines 0 comments Download
M components/scheduler/renderer/renderer_scheduler_impl_unittest.cc View 2 chunks +3 lines, -4 lines 0 comments Download

Messages

Total messages: 15 (8 generated)
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636513003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636513003/1
4 years, 11 months ago (2016-01-26 14:57:05 UTC) #4
alex clarke (OOO till 29th)
PTAL
4 years, 11 months ago (2016-01-26 14:57:06 UTC) #5
Sami
lgtm. Could you add a sentence to the changelog along the lines that removing this ...
4 years, 11 months ago (2016-01-26 15:11:35 UTC) #6
alex clarke (OOO till 29th)
On 2016/01/26 15:11:35, Sami wrote: > lgtm. Could you add a sentence to the changelog ...
4 years, 11 months ago (2016-01-26 15:13:58 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1636513003/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1636513003/1
4 years, 11 months ago (2016-01-26 15:14:22 UTC) #11
commit-bot: I haz the power
Committed patchset #1 (id:1)
4 years, 11 months ago (2016-01-26 16:14:12 UTC) #13
commit-bot: I haz the power
4 years, 11 months ago (2016-01-26 16:15:32 UTC) #15
Message was sent while issue was closed.
Patchset 1 (id:??) landed as
https://crrev.com/fad210f8d90fcecd334a0383e6194f70f120f91f
Cr-Commit-Position: refs/heads/master@{#371521}

Powered by Google App Engine
This is Rietveld 408576698