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

Issue 11421171: cc: Add experimental --num-raster-threads option. (Closed)

Created:
8 years ago by reveman
Modified:
8 years ago
Reviewers:
nduca, sky, enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

cc: Add experimental --num-raster-threads option. Makes it possible to specify the number of worker threads used to rasterize content. BUG=154637 TEST=manual TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170655

Patch Set 1 #

Patch Set 2 : Add --num-raster-threads #

Patch Set 3 : rebase #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+27 lines, -4 lines) Patch
M cc/switches.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M cc/switches.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M cc/tile_manager.cc View 1 2 3 chunks +22 lines, -4 lines 1 comment Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
nduca
What about a command line flag, for now? Eg. --num-raster-threads=4? I think that we'll probably ...
8 years ago (2012-11-30 07:17:28 UTC) #1
reveman
On 2012/11/30 07:17:28, nduca wrote: > What about a command line flag, for now? Eg. ...
8 years ago (2012-11-30 07:44:33 UTC) #2
reveman
Added --num-raster-threads. Ptal.
8 years ago (2012-11-30 08:56:40 UTC) #3
nduca
Look at my last change to cc_switches, you're gonna need to modify something in content ...
8 years ago (2012-11-30 09:05:32 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/11421171/3001
8 years ago (2012-11-30 10:09:25 UTC) #5
commit-bot: I haz the power
Failed to apply patch for cc/tile_manager.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years ago (2012-11-30 10:09:27 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/11421171/8001
8 years ago (2012-11-30 16:59:25 UTC) #7
commit-bot: I haz the power
Presubmit check for 11421171-8001 failed and returned exit status 1. Running presubmit commit checks ...
8 years ago (2012-11-30 16:59:28 UTC) #8
reveman
content/browser owner lgtm please.
8 years ago (2012-11-30 17:11:10 UTC) #9
nduca
I'd tbr this to sky, David. We just landed an identical one like this yesterday. ...
8 years ago (2012-12-01 04:37:16 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/reveman@chromium.org/11421171/8001
8 years ago (2012-12-01 04:52:36 UTC) #11
commit-bot: I haz the power
Change committed as 170655
8 years ago (2012-12-01 07:04:45 UTC) #12
enne (OOO)
https://codereview.chromium.org/11421171/diff/8001/cc/tile_manager.cc File cc/tile_manager.cc (right): https://codereview.chromium.org/11421171/diff/8001/cc/tile_manager.cc#newcode73 cc/tile_manager.cc:73: if (CommandLine::ForCurrentProcess()->HasSwitch( Given that ubercompositor may want to set ...
8 years ago (2012-12-03 17:47:42 UTC) #13
reveman
8 years ago (2012-12-03 20:50:08 UTC) #14
Message was sent while issue was closed.
On 2012/12/03 17:47:42, enne wrote:
> https://codereview.chromium.org/11421171/diff/8001/cc/tile_manager.cc
> File cc/tile_manager.cc (right):
> 
>
https://codereview.chromium.org/11421171/diff/8001/cc/tile_manager.cc#newcode73
> cc/tile_manager.cc:73: if (CommandLine::ForCurrentProcess()->HasSwitch(
> Given that ubercompositor may want to set properties differently in the
future,
> I'd really like if new settings could go through a LayerTreeSettings
indirection
> so that we weren't checking global command line state.

ok, makes sense. I'll fix this asap.

Powered by Google App Engine
This is Rietveld 408576698