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

Issue 1582903002: Add skeleton for kilobench experiments (Closed)

Created:
4 years, 11 months ago by joshua.litt
Modified:
4 years, 11 months ago
CC:
reviews_skia.org
Base URL:
https://skia.googlesource.com/skia.git@master
Target Ref:
refs/heads/master
Project:
skia
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : benchmark stream #

Patch Set 3 : remove kilobench if no gpu support #

Total comments: 8

Patch Set 4 : some feedback incorporated #

Total comments: 2

Patch Set 5 : feedback inc #

Patch Set 6 : android stuff #

Unified diffs Side-by-side diffs Delta from patch set Stats (+161 lines, -1 line) Patch
A gyp/kilobench.gyp View 1 2 3 4 5 1 chunk +36 lines, -0 lines 0 comments Download
M gyp/most.gyp View 1 2 1 chunk +3 lines, -1 line 0 comments Download
A tools/kilobench/kilobench.cpp View 1 2 3 4 1 chunk +122 lines, -0 lines 0 comments Download

Dependent Patchsets:

Messages

Total messages: 24 (13 generated)
joshualitt
This is the skeleton for kilobench. Its pretty rough around the edges, and currently juts ...
4 years, 11 months ago (2016-01-14 15:25:31 UTC) #3
joshualitt
those who ask about kilobench will be sucked into reviewing it
4 years, 11 months ago (2016-01-14 15:40:13 UTC) #6
mtklein
https://codereview.chromium.org/1582903002/diff/40001/tools/kilobench/kilobench.cpp File tools/kilobench/kilobench.cpp (right): https://codereview.chromium.org/1582903002/diff/40001/tools/kilobench/kilobench.cpp#newcode8 tools/kilobench/kilobench.cpp:8: #include "Benchmark.h" If you're only going to bench .skps, ...
4 years, 11 months ago (2016-01-14 15:59:11 UTC) #8
joshualitt
some feedback incorporated. Mike, because I'm not sure which direction this project will go, or ...
4 years, 11 months ago (2016-01-14 16:16:04 UTC) #9
bsalomon
https://codereview.chromium.org/1582903002/diff/60001/tools/kilobench/kilobench.cpp File tools/kilobench/kilobench.cpp (right): https://codereview.chromium.org/1582903002/diff/60001/tools/kilobench/kilobench.cpp#newcode111 tools/kilobench/kilobench.cpp:111: SkAutoTDelete<Benchmark> bench(b); Does this work? while (SkAutoTDelete<Benchmark> bench(benchMarkStream.next()) {
4 years, 11 months ago (2016-01-14 16:45:05 UTC) #10
mtklein
lgtm https://codereview.chromium.org/1582903002/diff/60001/tools/kilobench/kilobench.cpp File tools/kilobench/kilobench.cpp (right): https://codereview.chromium.org/1582903002/diff/60001/tools/kilobench/kilobench.cpp#newcode59 tools/kilobench/kilobench.cpp:59: bench->unref(); Might want to `delete bench;` here for ...
4 years, 11 months ago (2016-01-14 16:49:43 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582903002/80001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582903002/80001
4 years, 11 months ago (2016-01-14 18:34:41 UTC) #14
commit-bot: I haz the power
Try jobs failed on following builders: Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, http://build.chromium.org/p/client.skia.compile/builders/Build-Ubuntu-GCC-Arm7-Debug-Android-Trybot/builds/5333) Build-Ubuntu-GCC-Mips-Debug-Android-Trybot on client.skia.compile (JOB_FAILED, ...
4 years, 11 months ago (2016-01-14 18:37:16 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582903002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582903002/100001
4 years, 11 months ago (2016-01-14 18:53:43 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1582903002/100001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1582903002/100001
4 years, 11 months ago (2016-01-14 19:02:16 UTC) #22
commit-bot: I haz the power
4 years, 11 months ago (2016-01-14 19:05:25 UTC) #24
Message was sent while issue was closed.
Committed patchset #6 (id:100001) as
https://skia.googlesource.com/skia/+/99f340680959c07a11b8cd654e501f92b41646a3

Powered by Google App Engine
This is Rietveld 408576698