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

Issue 2754853003: [scheduler] Support adding one queue to multiple budget pools (Closed)

Created:
3 years, 9 months ago by altimin
Modified:
3 years, 9 months ago
CC:
chromium-reviews, blink-reviews, kinuko+watch, scheduler-bugs_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[scheduler] Support adding one queue to multiple budget pools This refactoring prepares for wakeup-based throttling and introduction of the WakeupBudgetPool. R=skyostil@chromium.org,alexclarke@chromium.org BUG=699541 Review-Url: https://codereview.chromium.org/2754853003 Cr-Commit-Position: refs/heads/master@{#457784} Committed: https://chromium.googlesource.com/chromium/src/+/e6967d7ed906839db8acfdc287bfd209e481062c

Patch Set 1 #

Total comments: 4

Patch Set 2 : Address comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+87 lines, -48 lines) Patch
M third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.h View 2 chunks +2 lines, -4 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc View 1 4 chunks +34 lines, -25 lines 0 comments Download
M third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler_unittest.cc View 4 chunks +51 lines, -19 lines 0 comments Download

Messages

Total messages: 21 (13 generated)
altimin
PTAL
3 years, 9 months ago (2017-03-16 18:17:09 UTC) #2
alex clarke (OOO till 29th)
lgtm https://codereview.chromium.org/2754853003/diff/1/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc File third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc (right): https://codereview.chromium.org/2754853003/diff/1/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc#newcode329 third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc:329: auto find_it = queue_details_.find(task_queue); I tend to write ...
3 years, 9 months ago (2017-03-16 19:12:01 UTC) #5
altimin
https://codereview.chromium.org/2754853003/diff/1/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc File third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc (right): https://codereview.chromium.org/2754853003/diff/1/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc#newcode329 third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc:329: auto find_it = queue_details_.find(task_queue); On 2017/03/16 19:12:01, alex clarke ...
3 years, 9 months ago (2017-03-16 19:14:26 UTC) #6
Sami
Btw the description could say a bit more about *why* we want to do this. ...
3 years, 9 months ago (2017-03-17 11:18:39 UTC) #9
altimin
PTAL https://codereview.chromium.org/2754853003/diff/1/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc File third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc (right): https://codereview.chromium.org/2754853003/diff/1/third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc#newcode179 third_party/WebKit/Source/platform/scheduler/renderer/task_queue_throttler.cc:179: for (BudgetPool* budget_pool : find_it->second.budget_pools) { On 2017/03/17 ...
3 years, 9 months ago (2017-03-17 14:35:42 UTC) #13
Sami
Thanks, lgtm.
3 years, 9 months ago (2017-03-17 14:54:51 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2754853003/20001
3 years, 9 months ago (2017-03-17 14:55:33 UTC) #18
commit-bot: I haz the power
3 years, 9 months ago (2017-03-17 16:06:08 UTC) #21
Message was sent while issue was closed.
Committed patchset #2 (id:20001) as
https://chromium.googlesource.com/chromium/src/+/e6967d7ed906839db8acfdc287bf...

Powered by Google App Engine
This is Rietveld 408576698