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

Issue 135223002: telemetry: add smoothness.*.key_silk_cases benchmarks (Closed)

Created:
6 years, 11 months ago by ernstm
Modified:
6 years, 10 months ago
CC:
chromium-reviews, chrome-speed-team+watch_google.com
Visibility:
Public.

Description

telemetry: add smoothness.*.key_silk_cases benchmarks Add two benchmark variants of smoothness with key_silk_cases. smoothness.disable_gpu_rasterization.key_silk_cases: run with GPU rasterization explicitly diabled (but use impl-side painting) smoothness.enable_gpu_rasterization.key_silk_cases: run with GPU rasterization enabled (implies impl-side painting). R=nduca@chromium.org BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=245440

Patch Set 1 #

Total comments: 2

Patch Set 2 : Added disable-gpu-rasterization flag. #

Patch Set 3 : Rebase. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+47 lines, -2 lines) Patch
M cc/base/switches.h View 1 2 chunks +2 lines, -0 lines 0 comments Download
M cc/base/switches.cc View 1 2 chunks +15 lines, -0 lines 0 comments Download
M chrome/browser/chromeos/login/chrome_restart_request.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/browser/renderer_host/render_process_host_impl.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M content/renderer/gpu/render_widget_compositor.cc View 1 1 chunk +1 line, -2 lines 0 comments Download
M tools/perf/benchmarks/smoothness.py View 1 2 1 chunk +27 lines, -0 lines 0 comments Download

Messages

Total messages: 19 (0 generated)
ernstm
PTAL
6 years, 11 months ago (2014-01-10 23:52:47 UTC) #1
nduca
https://codereview.chromium.org/135223002/diff/1/tools/perf/benchmarks/smoothness.py File tools/perf/benchmarks/smoothness.py (right): https://codereview.chromium.org/135223002/diff/1/tools/perf/benchmarks/smoothness.py#newcode35 tools/perf/benchmarks/smoothness.py:35: test = smoothness.Smoothness we have ./run_benchmark silk now... should ...
6 years, 11 months ago (2014-01-13 21:09:04 UTC) #2
ernstm
https://codereview.chromium.org/135223002/diff/1/tools/perf/benchmarks/smoothness.py File tools/perf/benchmarks/smoothness.py (right): https://codereview.chromium.org/135223002/diff/1/tools/perf/benchmarks/smoothness.py#newcode35 tools/perf/benchmarks/smoothness.py:35: test = smoothness.Smoothness On 2014/01/13 21:09:04, nduca wrote: > ...
6 years, 11 months ago (2014-01-13 21:18:03 UTC) #3
nduca
yeah how about you remove the smoothnesskeysilkcases from this, we can chat offline, and i ...
6 years, 11 months ago (2014-01-13 22:22:03 UTC) #4
nduca
(lgtm assuming that)
6 years, 11 months ago (2014-01-13 22:22:11 UTC) #5
ernstm
I had to add a disable-gpu-rasterization flag to create the benchmark configurations we discussed yesterday. ...
6 years, 11 months ago (2014-01-14 18:35:22 UTC) #6
nduca
lgtm
6 years, 11 months ago (2014-01-14 18:37:07 UTC) #7
ernstm
+kbr@ for OWNERS reviews of: content/renderer/gpu/render_widget_compositor.cc +thakis@ for OWNERS review of: chrome/browser/chromeos/login/chrome_restart_request.cc content/browser/renderer_host/render_process_host_impl.cc
6 years, 11 months ago (2014-01-14 20:46:47 UTC) #8
Nico
On 2014/01/14 20:46:47, Manfred Ernst wrote: > +kbr@ for OWNERS reviews of: > content/renderer/gpu/render_widget_compositor.cc > ...
6 years, 11 months ago (2014-01-15 05:44:11 UTC) #9
Ken Russell (switch to Gerrit)
lgtm
6 years, 11 months ago (2014-01-16 22:19:29 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ernstm@chromium.org/135223002/150001
6 years, 11 months ago (2014-01-16 22:38:20 UTC) #11
commit-bot: I haz the power
Retried try job too often on win_rel for step(s) net_unittests http://build.chromium.org/p/tryserver.chromium/buildstatus?builder=win_rel&number=247696
6 years, 11 months ago (2014-01-16 23:58:18 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ernstm@chromium.org/135223002/150001
6 years, 11 months ago (2014-01-16 23:59:43 UTC) #13
commit-bot: I haz the power
Change committed as 245440
6 years, 11 months ago (2014-01-17 06:34:36 UTC) #14
danakj
Is there a bug I can point to for this work/commandline flag?
6 years, 10 months ago (2014-02-14 23:30:43 UTC) #15
ernstm1
No, there isn't a bug for this CL.
6 years, 10 months ago (2014-02-15 00:11:08 UTC) #16
danakj
On 2014/02/15 00:11:08, ernstm1 wrote: > No, there isn't a bug for this CL. For ...
6 years, 10 months ago (2014-02-15 00:12:50 UTC) #17
ernstm1
On 2014/02/15 00:12:50, danakj wrote: > On 2014/02/15 00:11:08, ernstm1 wrote: > > No, there ...
6 years, 10 months ago (2014-02-15 01:10:10 UTC) #18
danakj
6 years, 10 months ago (2014-02-15 01:13:50 UTC) #19
On Fri, Feb 14, 2014 at 8:10 PM, <ernstm@google.com> wrote:

> On 2014/02/15 00:12:50, danakj wrote:
>
>> On 2014/02/15 00:11:08, ernstm1 wrote:
>> > No, there isn't a bug for this CL.
>>
>
>  For GPU rasterization in general? I want to attach a bug to this command
>> line
>> flag added here.
>>
>
> Sorry, I misunderstood. The tracking bug for GPU rasterization is:
> crbug.com/316685


Thanks!

To unsubscribe from this group and stop receiving emails from it, send an email
to chromium-reviews+unsubscribe@chromium.org.

Powered by Google App Engine
This is Rietveld 408576698