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

Issue 2047773002: Added telemetry pages for the canvas element. (Closed)

Created:
4 years, 6 months ago by sebastienlc
Modified:
4 years, 6 months ago
CC:
chromium-reviews, telemetry-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Added telemetry pages for the canvas element. BUG=606687, 606686, 606685 Committed: https://crrev.com/c0a7ab42ca62bf097d879cc298ee1e97121463eb Cr-Commit-Position: refs/heads/master@{#399039}

Patch Set 1 #

Total comments: 6

Patch Set 2 : Removed obsolete pages. #

Patch Set 3 : #

Patch Set 4 : Removed single_image.html #

Patch Set 5 : Undo previous patch #

Patch Set 6 : Rebase #

Patch Set 7 : Removed png image #

Patch Set 8 : Some formatting #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1374 lines, -75 lines) Patch
M tools/perf/page_sets/tough_canvas_cases.py View 1 1 chunk +9 lines, -6 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_clipped_rectangles.html View 2 chunks +6 lines, -10 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_clipped_rectangles.js View 1 chunk +148 lines, -0 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_gradient_circles.html View 2 chunks +6 lines, -10 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_gradient_circles.js View 1 chunk +113 lines, -0 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_png_images.html View 1 2 3 4 5 6 2 chunks +7 lines, -9 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_png_images.js View 1 chunk +121 lines, -0 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_svg_images.html View 2 chunks +7 lines, -9 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/bouncing_svg_images.js View 1 chunk +121 lines, -0 lines 0 comments Download
M tools/perf/page_sets/tough_canvas_cases/rendering_throughput/canvas_arcs.js View 1 chunk +1 line, -0 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/canvas_lines.html View 2 chunks +5 lines, -7 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/canvas_lines.js View 1 chunk +109 lines, -0 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/canvas_tough_cases_lib.js View 1 chunk +38 lines, -0 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/fill_shapes.html View 2 chunks +6 lines, -7 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/fill_shapes.js View 1 2 3 4 5 6 7 1 chunk +137 lines, -0 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/images/Chromium_11_Logo.svg View 1 chunk +277 lines, -0 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/put_get_image_data.html View 2 chunks +5 lines, -10 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/put_get_image_data.js View 1 2 3 4 5 6 7 1 chunk +69 lines, -0 lines 0 comments Download
A + tools/perf/page_sets/tough_canvas_cases/rendering_throughput/stroke_shapes.html View 2 chunks +6 lines, -7 lines 0 comments Download
A tools/perf/page_sets/tough_canvas_cases/rendering_throughput/stroke_shapes.js View 1 2 3 4 5 6 7 1 chunk +183 lines, -0 lines 0 comments Download

Messages

Total messages: 32 (16 generated)
sebastienlc
4 years, 6 months ago (2016-06-07 19:47:05 UTC) #3
sullivan
lgtm owner LGTM but please also wait for Stephen or Justin.
4 years, 6 months ago (2016-06-07 20:27:07 UTC) #4
Justin Novosad
Cleanup a few test that are now obsolete. Otherwise lgtm. https://codereview.chromium.org/2047773002/diff/1/tools/perf/page_sets/tough_canvas_cases.py File tools/perf/page_sets/tough_canvas_cases.py (right): https://codereview.chromium.org/2047773002/diff/1/tools/perf/page_sets/tough_canvas_cases.py#newcode73 ...
4 years, 6 months ago (2016-06-08 17:14:22 UTC) #5
sebastienlc
https://codereview.chromium.org/2047773002/diff/1/tools/perf/page_sets/tough_canvas_cases.py File tools/perf/page_sets/tough_canvas_cases.py (right): https://codereview.chromium.org/2047773002/diff/1/tools/perf/page_sets/tough_canvas_cases.py#newcode73 tools/perf/page_sets/tough_canvas_cases.py:73: 'file://tough_canvas_cases/canvas2d_balls_common/bouncing_balls.html?ball=canvas_sprite&back=canvas', On 2016/06/08 17:14:21, Justin Novosad wrote: > Get ...
4 years, 6 months ago (2016-06-08 19:06:28 UTC) #6
Justin Novosad
On 2016/06/08 19:06:28, sebastienlc wrote: > https://codereview.chromium.org/2047773002/diff/1/tools/perf/page_sets/tough_canvas_cases.py > File tools/perf/page_sets/tough_canvas_cases.py (right): > > https://codereview.chromium.org/2047773002/diff/1/tools/perf/page_sets/tough_canvas_cases.py#newcode73 > ...
4 years, 6 months ago (2016-06-08 19:43:29 UTC) #7
sebastienlc
On 2016/06/08 19:43:29, Justin Novosad wrote: > On 2016/06/08 19:06:28, sebastienlc wrote: > > > ...
4 years, 6 months ago (2016-06-09 17:21:42 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2047773002/80001
4 years, 6 months ago (2016-06-09 17:26:14 UTC) #11
commit-bot: I haz the power
Try jobs failed on following builders: ios-simulator-gn on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/ios-simulator-gn/builds/19025) mac_chromium_gn_rel on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-06-09 17:28:41 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2047773002/100001
4 years, 6 months ago (2016-06-09 19:39:36 UTC) #16
commit-bot: I haz the power
Try jobs failed on following builders: linux_android_rel_ng on tryserver.chromium.android (JOB_FAILED, https://build.chromium.org/p/tryserver.chromium.android/builders/linux_android_rel_ng/builds/85281) ios-simulator on tryserver.chromium.mac (JOB_FAILED, ...
4 years, 6 months ago (2016-06-09 19:42:57 UTC) #18
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2047773002/120001
4 years, 6 months ago (2016-06-09 20:15:35 UTC) #21
commit-bot: I haz the power
Try jobs failed on following builders: chromium_presubmit on tryserver.chromium.linux (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.linux/builders/chromium_presubmit/builds/198296)
4 years, 6 months ago (2016-06-09 20:23:38 UTC) #23
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/2047773002/140001
4 years, 6 months ago (2016-06-09 21:11:47 UTC) #27
commit-bot: I haz the power
Committed patchset #8 (id:140001)
4 years, 6 months ago (2016-06-09 22:36:35 UTC) #29
commit-bot: I haz the power
CQ bit was unchecked
4 years, 6 months ago (2016-06-09 22:36:55 UTC) #30
commit-bot: I haz the power
4 years, 6 months ago (2016-06-09 22:38:07 UTC) #32
Message was sent while issue was closed.
Patchset 8 (id:??) landed as
https://crrev.com/c0a7ab42ca62bf097d879cc298ee1e97121463eb
Cr-Commit-Position: refs/heads/master@{#399039}

Powered by Google App Engine
This is Rietveld 408576698