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

Issue 12191006: Add picture pile raster times histogram (Closed)

Created:
7 years, 10 months ago by vmpstr
Modified:
7 years, 10 months ago
Reviewers:
danakj, nduca
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Add picture pile raster times histogram BUG=173426 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=180490

Patch Set 1 #

Total comments: 2

Patch Set 2 : Updated based on danakj's review #

Patch Set 3 : Changed HighResNow to Now #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -7 lines) Patch
M cc/picture_pile_impl.cc View 2 chunks +0 lines, -7 lines 0 comments Download
M cc/tile_manager.cc View 1 2 2 chunks +17 lines, -0 lines 1 comment Download

Messages

Total messages: 9 (0 generated)
vmpstr
7 years, 10 months ago (2013-02-04 17:57:35 UTC) #1
vmpstr
+danakj
7 years, 10 months ago (2013-02-04 18:32:10 UTC) #2
danakj
https://codereview.chromium.org/12191006/diff/1/cc/tile_manager.cc File cc/tile_manager.cc (right): https://codereview.chromium.org/12191006/diff/1/cc/tile_manager.cc#newcode769 cc/tile_manager.cc:769: rasterize_begin_time = base::TimeTicks::HighResNow(); This changed from Now to HighResNow? ...
7 years, 10 months ago (2013-02-04 18:33:19 UTC) #3
vmpstr
On 2013/02/04 18:33:19, danakj wrote: > https://codereview.chromium.org/12191006/diff/1/cc/tile_manager.cc > File cc/tile_manager.cc (right): > > https://codereview.chromium.org/12191006/diff/1/cc/tile_manager.cc#newcode769 > ...
7 years, 10 months ago (2013-02-04 18:40:22 UTC) #4
vmpstr
ptal
7 years, 10 months ago (2013-02-04 18:40:36 UTC) #5
jamesr
On 2013/02/04 18:40:22, vmpstr1 wrote: > On 2013/02/04 18:33:19, danakj wrote: > > https://codereview.chromium.org/12191006/diff/1/cc/tile_manager.cc > ...
7 years, 10 months ago (2013-02-04 18:41:52 UTC) #6
vmpstr
On 2013/02/04 18:41:52, jamesr wrote: > On 2013/02/04 18:40:22, vmpstr1 wrote: > > On 2013/02/04 ...
7 years, 10 months ago (2013-02-04 18:49:05 UTC) #7
vmpstr
I changed it back to Now (if the bug requires this to be changed, then ...
7 years, 10 months ago (2013-02-04 18:54:03 UTC) #8
danakj
7 years, 10 months ago (2013-02-04 18:56:24 UTC) #9
LGTM

https://codereview.chromium.org/12191006/diff/9002/cc/tile_manager.cc
File cc/tile_manager.cc (right):

https://codereview.chromium.org/12191006/diff/9002/cc/tile_manager.cc#newcode775
cc/tile_manager.cc:775: base::TimeDelta duration = end_time - begin_time;
nit: i think i'd drop the "duration" variable, I dont think it's adding much
here, and just put end_time-begin_time on the line below.

Powered by Google App Engine
This is Rietveld 408576698