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

Issue 11419296: cc: Add historgram for the number of render passes in an ubercomp delegated frame. (Closed)

Created:
8 years ago by danakj
Modified:
8 years ago
Reviewers:
jamesr, enne (OOO), piman
CC:
chromium-reviews, cc-bugs_chromium.org, backer
Visibility:
Public.

Description

cc: Add historgram for the number of render passes in an ubercomp delegated frame. R=piman,enne BUG=152337 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=170854

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : compile #

Patch Set 4 : directrenderer #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M cc/direct_renderer.cc View 1 2 3 2 chunks +3 lines, -0 lines 0 comments Download

Messages

Total messages: 10 (0 generated)
danakj
We don't have a delegating renderer yet, so I thought this should go in the ...
8 years ago (2012-12-03 20:27:50 UTC) #1
piman
https://codereview.chromium.org/11419296/diff/3002/content/common/cc_messages.cc File content/common/cc_messages.cc (right): https://codereview.chromium.org/11419296/diff/3002/content/common/cc_messages.cc#newcode600 content/common/cc_messages.cc:600: HISTOGRAM_COUNTS("Renderer4.renderPassCount", frame.renderPasses.size()); I was thinking of adding this in ...
8 years ago (2012-12-03 20:30:22 UTC) #2
danakj
https://codereview.chromium.org/11419296/diff/3002/content/common/cc_messages.cc File content/common/cc_messages.cc (right): https://codereview.chromium.org/11419296/diff/3002/content/common/cc_messages.cc#newcode600 content/common/cc_messages.cc:600: HISTOGRAM_COUNTS("Renderer4.renderPassCount", frame.renderPasses.size()); On 2012/12/03 20:30:22, piman wrote: > I ...
8 years ago (2012-12-03 20:31:41 UTC) #3
jamesr
I think it'd be pretty weird for IPC serialization to have side effects like this, ...
8 years ago (2012-12-03 20:33:34 UTC) #4
danakj
Ok, moved to DirectRenderer. PTAL
8 years ago (2012-12-03 20:41:12 UTC) #5
piman
lgtm
8 years ago (2012-12-03 21:12:23 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11419296/5
8 years ago (2012-12-03 21:15:23 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/danakj@chromium.org/11419296/5
8 years ago (2012-12-04 00:50:53 UTC) #8
commit-bot: I haz the power
Change committed as 170854
8 years ago (2012-12-04 00:53:01 UTC) #9
piman
8 years ago (2012-12-04 08:44:19 UTC) #10
On Mon, Dec 3, 2012 at 12:31 PM, <danakj@chromium.org> wrote:

>
> https://codereview.chromium.**org/11419296/diff/3002/**
>
content/common/cc_messages.cc<https://codereview.chromium.org/11419296/diff/3002/content/common/cc_messages.cc>
> File content/common/cc_messages.cc (right):
>
> https://codereview.chromium.**org/11419296/diff/3002/**
>
content/common/cc_messages.cc#**newcode600<https://codereview.chromium.org/11419296/diff/3002/content/common/cc_messages.cc#newcode600>
> content/common/cc_messages.cc:**600:
> HISTOGRAM_COUNTS("Renderer4.**renderPassCount",
> frame.renderPasses.size());
> On 2012/12/03 20:30:22, piman wrote:
>
>> I was thinking of adding this in the GLRenderer (or DirectRenderer),
>>
> so that we
>
>> can get data now.
>>
>
> Oh, I thought that too, then I realized we get more renderpasses for
> aura browser UI than we get for web pages. But I guess for the values
> we're concerned about aura won't be hitting them?
>

Yeah, I'm not too worried about that. We may get a peak at an unexpected
value from Aura, and it's good to keep in mind as a sanity check, but I
don't think it would really skew the data.


>
>
https://codereview.chromium.**org/11419296/<https://codereview.chromium.org/1...
>

Powered by Google App Engine
This is Rietveld 408576698