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

Issue 1690173004: content: Increase thread priority for display critical IO threads on ChromeOS. (Closed)

Created:
4 years, 10 months ago by reveman
Modified:
4 years, 10 months ago
Reviewers:
piman
CC:
chromium-reviews, darin-cc_chromium.org, jam, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

content: Increase thread priority for display critical IO threads on ChromeOS. Up the priority of the browser and GPU process IO threads as some of its IPCs relate to display tasks. This is consistent with Android except in the case of ChromeOS we avoid increasing the priority of all IO threads. BUG=internal b/26877099 Committed: https://crrev.com/7caf8cf65104cec17815f389884da6a156fd2a0e Cr-Commit-Position: refs/heads/master@{#375506}

Patch Set 1 #

Total comments: 2

Patch Set 2 : Explicitly set io thread priority in InProcessGpuThread::Init for Android #

Patch Set 3 : cl format #

Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -8 lines) Patch
M content/browser/browser_main_loop.cc View 1 chunk +1 line, -1 line 0 comments Download
M content/child/child_process.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/child/child_process.cc View 1 2 chunks +6 lines, -1 line 0 comments Download
M content/gpu/gpu_main.cc View 1 chunk +6 lines, -1 line 0 comments Download
M content/gpu/gpu_process.h View 1 chunk +1 line, -1 line 0 comments Download
M content/gpu/gpu_process.cc View 1 2 1 chunk +2 lines, -2 lines 0 comments Download
M content/gpu/in_process_gpu_thread.cc View 1 1 chunk +6 lines, -2 lines 0 comments Download

Messages

Total messages: 21 (10 generated)
reveman
4 years, 10 months ago (2016-02-12 20:50:52 UTC) #3
commit-bot: I haz the power
Dry run: CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690173004/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690173004/1
4 years, 10 months ago (2016-02-12 20:51:15 UTC) #4
piman
lgtm https://codereview.chromium.org/1690173004/diff/1/content/gpu/in_process_gpu_thread.cc File content/gpu/in_process_gpu_thread.cc (right): https://codereview.chromium.org/1690173004/diff/1/content/gpu/in_process_gpu_thread.cc#newcode50 content/gpu/in_process_gpu_thread.cc:50: gpu_process_ = new GpuProcess(base::ThreadPriority::NORMAL); Android uses this, and ...
4 years, 10 months ago (2016-02-12 21:09:14 UTC) #5
reveman
https://codereview.chromium.org/1690173004/diff/1/content/gpu/in_process_gpu_thread.cc File content/gpu/in_process_gpu_thread.cc (right): https://codereview.chromium.org/1690173004/diff/1/content/gpu/in_process_gpu_thread.cc#newcode50 content/gpu/in_process_gpu_thread.cc:50: gpu_process_ = new GpuProcess(base::ThreadPriority::NORMAL); On 2016/02/12 at 21:09:14, piman ...
4 years, 10 months ago (2016-02-12 21:40:22 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690173004/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690173004/20001
4 years, 10 months ago (2016-02-12 21:40:51 UTC) #9
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_dbg on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_dbg/builds/21630) android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, ...
4 years, 10 months ago (2016-02-12 21:48:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690173004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690173004/40001
4 years, 10 months ago (2016-02-12 21:50:23 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: android_chromium_gn_compile_rel on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/android_chromium_gn_compile_rel/builds/21697)
4 years, 10 months ago (2016-02-12 21:56:41 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1690173004/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1690173004/40001
4 years, 10 months ago (2016-02-16 01:30:51 UTC) #18
commit-bot: I haz the power
Committed patchset #3 (id:40001)
4 years, 10 months ago (2016-02-16 02:39:12 UTC) #19
commit-bot: I haz the power
4 years, 10 months ago (2016-02-16 22:51:11 UTC) #21
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/7caf8cf65104cec17815f389884da6a156fd2a0e
Cr-Commit-Position: refs/heads/master@{#375506}

Powered by Google App Engine
This is Rietveld 408576698