Remove dashing from gpu veto
authoregdaniel <egdaniel@google.com>
Wed, 18 Jun 2014 14:34:39 +0000 (07:34 -0700)
committerCommit bot <commit-bot@chromium.org>
Wed, 18 Jun 2014 14:34:39 +0000 (07:34 -0700)
commit12c2198535759ee9aae91ec385e8e31e5dbc12d7
tree528320c21b84cf0dd125d3ca269aeb3510c15688
parentde10fdeee5114537ab2875768e6c44a93ccb7a2d
Remove dashing from gpu veto

With new veto our new veto test results look like the following:
TP: true positive (picked to use gpu and gpu was faster)
I: inderminate, the raster time is withing 5% of gpu time

        TP  FP  TN  FN  I

old     21  9   15  12  3
new     29  12  11  6   3

There are three skps that tend to move from TN -> FP, however
the absolute difference in their run times are not huge between
them. The largest being desk_booking which is about 7.1 raster
and 8.8 gpu. The other two skps are desk_yahooanswers and
desk_linkedin

BUG=skia:
R=bsalomon@google.com, robertphillips@google.com

Author: egdaniel@google.com

Review URL: https://codereview.chromium.org/334053005
src/core/SkPicturePlayback.cpp
src/core/SkPicturePlayback.h
src/core/SkPictureRecord.cpp
tools/test_gpuveto.py [changed mode: 0644->0755]