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

Issue 257723003: First version of gpuveto testing script (Closed)

Created:
6 years, 7 months ago by robertphillips
Modified:
6 years, 7 months ago
Reviewers:
rmistry, bsalomon
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

First version of gpuveto testing script This CL just sketches out the structure of the gpuveto testing process. Two big areas for improvement are: render the picture in tiles and label as unsuitable if any gpu tile is slower than raster decide on whether tilegrid is used or not As expected the current gpuveto heuristic isn't so good: predicted suitable unsuitable ------------------------------------------- actual suitable 10 17 actual unsuitable 15 27 Committed: http://code.google.com/p/skia/source/detail?r=14416

Patch Set 1 #

Total comments: 21

Patch Set 2 : Addressed code review issues #

Total comments: 12

Patch Set 3 : more code review changes #

Patch Set 4 : added new line #

Unified diffs Side-by-side diffs Delta from patch set Stats (+147 lines, -0 lines) Patch
A tools/test_gpuveto.py View 1 2 3 1 chunk +147 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (0 generated)
robertphillips
6 years, 7 months ago (2014-04-28 13:34:42 UTC) #1
rmistry
Comments mainly about python style. https://codereview.chromium.org/257723003/diff/1/tools/test_gpuveto.py File tools/test_gpuveto.py (right): https://codereview.chromium.org/257723003/diff/1/tools/test_gpuveto.py#newcode8 tools/test_gpuveto.py:8: """ """Script to test ...
6 years, 7 months ago (2014-04-28 16:58:44 UTC) #2
robertphillips
https://codereview.chromium.org/257723003/diff/1/tools/test_gpuveto.py File tools/test_gpuveto.py (right): https://codereview.chromium.org/257723003/diff/1/tools/test_gpuveto.py#newcode8 tools/test_gpuveto.py:8: """ On 2014/04/28 16:58:44, rmistry wrote: > """Script to ...
6 years, 7 months ago (2014-04-28 17:45:58 UTC) #3
rmistry
Last few comments. https://codereview.chromium.org/257723003/diff/20001/tools/test_gpuveto.py File tools/test_gpuveto.py (right): https://codereview.chromium.org/257723003/diff/20001/tools/test_gpuveto.py#newcode22 tools/test_gpuveto.py:22: USAGE = """ No longer needed. ...
6 years, 7 months ago (2014-04-28 18:12:04 UTC) #4
robertphillips
https://codereview.chromium.org/257723003/diff/20001/tools/test_gpuveto.py File tools/test_gpuveto.py (right): https://codereview.chromium.org/257723003/diff/20001/tools/test_gpuveto.py#newcode22 tools/test_gpuveto.py:22: USAGE = """ On 2014/04/28 18:12:04, rmistry wrote: > ...
6 years, 7 months ago (2014-04-28 18:21:41 UTC) #5
rmistry
LGTM
6 years, 7 months ago (2014-04-28 18:22:20 UTC) #6
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 7 months ago (2014-04-28 18:26:48 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/257723003/40001
6 years, 7 months ago (2014-04-28 18:27:13 UTC) #8
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 7 months ago (2014-04-28 18:27:16 UTC) #9
commit-bot: I haz the power
Presubmit check for 257723003-40001 failed and returned exit status 1. Running presubmit commit checks ...
6 years, 7 months ago (2014-04-28 18:27:16 UTC) #10
robertphillips
The CQ bit was checked by robertphillips@google.com
6 years, 7 months ago (2014-04-28 18:29:09 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/robertphillips@google.com/257723003/60001
6 years, 7 months ago (2014-04-28 18:29:30 UTC) #12
commit-bot: I haz the power
6 years, 7 months ago (2014-04-28 19:41:07 UTC) #13
Message was sent while issue was closed.
Change committed as 14416

Powered by Google App Engine
This is Rietveld 408576698