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

Issue 12843028: Add testing of optimizations to GM (Closed)

Created:
7 years, 9 months ago by robertphillips
Modified:
7 years, 8 months ago
Reviewers:
junov1, Justin Novosad
CC:
skia-review_googlegroups.com
Visibility:
Public.

Description

First pass at adding persistent local testing of pictureRecord optimizations.

Patch Set 1 #

Total comments: 3

Patch Set 2 : updated #

Patch Set 3 : Removed debugging cruft #

Total comments: 2

Patch Set 4 : Updated to ToT #

Patch Set 5 : Allow pattern mismatch warnings to appear in release builds #

Patch Set 6 : compiler warning/error fixes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+462 lines, -12 lines) Patch
A gm/optimizations.cpp View 1 2 3 4 5 1 chunk +420 lines, -0 lines 0 comments Download
M gyp/SampleApp.gyp View 1 2 3 4 5 2 chunks +8 lines, -0 lines 0 comments Download
M gyp/gm.gyp View 1 2 3 4 5 2 chunks +9 lines, -0 lines 0 comments Download
M gyp/gmslides.gypi View 1 2 3 4 5 1 chunk +1 line, -0 lines 0 comments Download
M include/core/SkPicture.h View 1 2 3 4 5 1 chunk +10 lines, -1 line 0 comments Download
M src/core/SkPictureRecord.cpp View 1 2 3 4 5 2 chunks +14 lines, -11 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
robertphillips
7 years, 9 months ago (2013-03-25 15:47:52 UTC) #1
Justin Novosad
You should also have tests for the cases where the pattern matches, but the optimization ...
7 years, 9 months ago (2013-03-25 18:34:55 UTC) #2
robertphillips
I have altered the GM so that (for each optimization) it tests 3 flavors that ...
7 years, 8 months ago (2013-04-01 18:08:52 UTC) #3
robertphillips
Any more comments on this Justin?
7 years, 8 months ago (2013-04-02 21:56:42 UTC) #4
Justin Novosad
https://codereview.chromium.org/12843028/diff/14001/gm/optimizations.cpp File gm/optimizations.cpp (right): https://codereview.chromium.org/12843028/diff/14001/gm/optimizations.cpp#newcode345 gm/optimizations.cpp:345: SkASSERT(check_pattern(*pre, prePattern)); SkASSERT? Any way we could report these ...
7 years, 8 months ago (2013-04-04 15:35:11 UTC) #5
robertphillips
How about this? https://codereview.chromium.org/12843028/diff/14001/gm/optimizations.cpp File gm/optimizations.cpp (right): https://codereview.chromium.org/12843028/diff/14001/gm/optimizations.cpp#newcode345 gm/optimizations.cpp:345: SkASSERT(check_pattern(*pre, prePattern)); On 2013/04/04 15:35:11, junov ...
7 years, 8 months ago (2013-04-08 17:57:51 UTC) #6
robertphillips
PTAL
7 years, 8 months ago (2013-04-10 14:01:25 UTC) #7
Justin Novosad
On 2013/04/10 14:01:25, robertphillips wrote: > PTAL lgtm
7 years, 8 months ago (2013-04-11 14:53:57 UTC) #8
commit-bot: I haz the power
No LGTM from a valid reviewer yet. Only full committers are accepted. Even if an ...
7 years, 8 months ago (2013-04-11 22:01:03 UTC) #9
robertphillips
committed as r8654
7 years, 8 months ago (2013-04-12 14:53:51 UTC) #10
robertphillips
7 years, 8 months ago (2013-04-12 15:14:12 UTC) #11
Message was sent while issue was closed.
committed in 8658 (was reverted in 8655)

Powered by Google App Engine
This is Rietveld 408576698