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

Issue 425393004: SKPs-as-benches in nanobench (Closed)

Created:
6 years, 4 months ago by mtklein_C
Modified:
6 years, 4 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Project:
skia
Visibility:
Public.

Description

SKPs-as-benches in nanobench This is meant to replace bench_pictures. CQ_EXTRA_TRYBOTS=tryserver.skia:Build-Mac10.7-Clang-Arm7-Release-iOS-Trybot BUG=skia: Committed: https://skia.googlesource.com/skia/+/92007583e43115998412ac8b0a06cc2780eb025c

Patch Set 1 #

Patch Set 2 : working #

Patch Set 3 : ios, etc #

Patch Set 4 : %.2g #

Patch Set 5 : more %.2g #

Total comments: 12

Patch Set 6 : brian #

Total comments: 2

Patch Set 7 : guard #

Patch Set 8 : guard the HEADER #

Unified diffs Side-by-side diffs Delta from patch set Stats (+166 lines, -19 lines) Patch
M bench/GMBench.h View 1 2 3 4 5 6 7 2 chunks +4 lines, -0 lines 0 comments Download
M bench/GMBench.cpp View 1 2 3 4 5 6 7 1 chunk +1 line, -0 lines 0 comments Download
A + bench/SKPBench.h View 1 2 2 chunks +14 lines, -8 lines 0 comments Download
A bench/SKPBench.cpp View 1 2 3 4 5 1 chunk +37 lines, -0 lines 0 comments Download
M bench/nanobench.cpp View 1 2 3 4 5 6 chunks +104 lines, -8 lines 0 comments Download
M dm/DM.cpp View 2 chunks +1 line, -3 lines 0 comments Download
M gyp/bench.gyp View 1 chunk +1 line, -0 lines 0 comments Download
M gyp/iOSShell.gyp View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M tools/flags/SkCommonFlags.h View 1 chunk +1 line, -0 lines 0 comments Download
M tools/flags/SkCommonFlags.cpp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 11 (0 generated)
mtklein
JSON looks like this: "desk_gmailthread.skp_1.000000_1000_1000": { "565": { "max_ms": 85.610029, "mean_ms": 85.610029, "median_ms": 85.610029, "min_ms": ...
6 years, 4 months ago (2014-07-31 21:28:13 UTC) #1
jcgregorio
On 2014/07/31 21:28:13, mtklein wrote: > JSON looks like this: > > "desk_gmailthread.skp_1.000000_1000_1000": { > ...
6 years, 4 months ago (2014-08-01 11:37:23 UTC) #2
mtklein
> Do we need that much precision on scale? Probably not. Switched it to %.2g ...
6 years, 4 months ago (2014-08-01 11:49:46 UTC) #3
jcgregorio
On 2014/08/01 11:49:46, mtklein wrote: > > Do we need that much precision on scale? ...
6 years, 4 months ago (2014-08-01 11:53:49 UTC) #4
bsalomon
https://codereview.chromium.org/425393004/diff/80001/bench/SKPBench.cpp File bench/SKPBench.cpp (right): https://codereview.chromium.org/425393004/diff/80001/bench/SKPBench.cpp#newcode26 bench/SKPBench.cpp:26: return SkIPoint::Make(fClip.fRight - fClip.fLeft, fClip.fBottom - fClip.fTop); fClip.width(), fClip.height()? ...
6 years, 4 months ago (2014-08-01 13:23:24 UTC) #5
mtklein
https://codereview.chromium.org/425393004/diff/80001/bench/SKPBench.cpp File bench/SKPBench.cpp (right): https://codereview.chromium.org/425393004/diff/80001/bench/SKPBench.cpp#newcode26 bench/SKPBench.cpp:26: return SkIPoint::Make(fClip.fRight - fClip.fLeft, fClip.fBottom - fClip.fTop); On 2014/08/01 ...
6 years, 4 months ago (2014-08-01 13:55:34 UTC) #6
bsalomon
lgtm https://codereview.chromium.org/425393004/diff/100001/bench/SKPBench.h File bench/SKPBench.h (right): https://codereview.chromium.org/425393004/diff/100001/bench/SKPBench.h#newcode8 bench/SKPBench.h:8: #ifndef SKPBench_DEFINED I guess this was missing from ...
6 years, 4 months ago (2014-08-01 14:03:29 UTC) #7
mtklein
https://codereview.chromium.org/425393004/diff/100001/bench/SKPBench.h File bench/SKPBench.h (right): https://codereview.chromium.org/425393004/diff/100001/bench/SKPBench.h#newcode8 bench/SKPBench.h:8: #ifndef SKPBench_DEFINED On 2014/08/01 14:03:29, bsalomon wrote: > I ...
6 years, 4 months ago (2014-08-01 14:05:31 UTC) #8
mtklein
The CQ bit was checked by mtklein@google.com
6 years, 4 months ago (2014-08-01 14:06:37 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://skia-tree-status.appspot.com/cq/mtklein@chromium.org/425393004/140001
6 years, 4 months ago (2014-08-01 14:07:28 UTC) #10
commit-bot: I haz the power
6 years, 4 months ago (2014-08-01 14:46:57 UTC) #11
Message was sent while issue was closed.
Change committed as 92007583e43115998412ac8b0a06cc2780eb025c

Powered by Google App Engine
This is Rietveld 408576698