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

Issue 1164403002: Visual bench on native android (Closed)

Created:
5 years, 6 months ago by joshua.litt
Modified:
5 years, 6 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

Visual bench on native android BUG=skia: Committed: https://skia.googlesource.com/skia/+/030dc847dc497b011c417dc6694e8b6de290895f

Patch Set 1 #

Patch Set 2 : tweaks #

Patch Set 3 : tweaks #

Patch Set 4 : cleanup #

Patch Set 5 : tweaks #

Patch Set 6 : more #

Patch Set 7 : more cleanup #

Patch Set 8 : cleanup #

Patch Set 9 : cleanup #

Total comments: 17

Patch Set 10 : tweaks #

Patch Set 11 : tweaks #

Total comments: 1

Patch Set 12 : remove strings.xml #

Patch Set 13 : more #

Patch Set 14 : updating copyright #

Patch Set 15 : tiny cleanup #

Unified diffs Side-by-side diffs Delta from patch set Stats (+606 lines, -43 lines) Patch
M gyp/most.gyp View 1 2 3 4 5 6 7 8 9 1 chunk +15 lines, -2 lines 0 comments Download
M gyp/visualbench.gyp View 1 2 3 2 chunks +13 lines, -2 lines 0 comments Download
M include/views/SkOSWindow_Android.h View 1 2 3 4 5 6 3 chunks +20 lines, -6 lines 0 comments Download
M platform_tools/android/app/jni/com_skia_SkiaSampleRenderer.cpp View 1 2 3 4 5 6 7 2 chunks +18 lines, -0 lines 0 comments Download
M platform_tools/android/gyp/dependencies.gypi View 1 2 3 1 chunk +33 lines, -1 line 0 comments Download
M platform_tools/android/gyp/skia_android.gypi View 1 2 3 4 5 6 7 8 9 10 11 12 13 6 chunks +106 lines, -28 lines 0 comments Download
A platform_tools/android/visualbench/AndroidManifest.xml View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +29 lines, -0 lines 0 comments Download
A + platform_tools/android/visualbench/build.xml View 1 1 chunk +1 line, -1 line 0 comments Download
A platform_tools/android/visualbench/jni/SkOSWindow_AndroidNative.cpp View 1 2 3 4 5 6 1 chunk +187 lines, -0 lines 0 comments Download
A platform_tools/android/visualbench/jni/main.cpp View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 1 chunk +128 lines, -0 lines 0 comments Download
A + platform_tools/android/visualbench/project.properties View 1 2 3 4 5 0 chunks +-1 lines, --1 lines 0 comments Download
A platform_tools/android/visualbench/src/com/skia/VisualBenchActivity.java View 1 2 3 4 5 6 7 8 9 1 chunk +50 lines, -0 lines 0 comments Download
M src/views/SkWindow.cpp View 2 chunks +3 lines, -2 lines 0 comments Download
M tools/VisualBench.cpp View 1 2 3 4 5 6 7 2 chunks +4 lines, -2 lines 0 comments Download

Messages

Total messages: 22 (9 generated)
joshualitt
Derek for the android stuff, Gpu guys for gpu stuff.
5 years, 6 months ago (2015-06-11 20:02:34 UTC) #2
djsollen
https://codereview.chromium.org/1164403002/diff/160001/gyp/most.gyp File gyp/most.gyp (right): https://codereview.chromium.org/1164403002/diff/160001/gyp/most.gyp#newcode46 gyp/most.gyp:46: 'android_system.gyp:VisualBench_APK', through the dependency chain this will build visualbench ...
5 years, 6 months ago (2015-06-11 20:32:00 UTC) #3
djsollen
https://codereview.chromium.org/1164403002/diff/160001/platform_tools/android/visualbench/jni/main.cpp File platform_tools/android/visualbench/jni/main.cpp (right): https://codereview.chromium.org/1164403002/diff/160001/platform_tools/android/visualbench/jni/main.cpp#newcode42 platform_tools/android/visualbench/jni/main.cpp:42: args.push_back("SampleApp"); VisualBench?
5 years, 6 months ago (2015-06-11 20:35:43 UTC) #4
bsalomon
The parts I understand, lgtm.
5 years, 6 months ago (2015-06-11 20:55:33 UTC) #5
joshualitt
feedback mostly incorporated https://codereview.chromium.org/1164403002/diff/160001/gyp/most.gyp File gyp/most.gyp (right): https://codereview.chromium.org/1164403002/diff/160001/gyp/most.gyp#newcode46 gyp/most.gyp:46: 'android_system.gyp:VisualBench_APK', On 2015/06/11 20:31:59, djsollen wrote: ...
5 years, 6 months ago (2015-06-12 15:40:36 UTC) #6
djsollen
https://codereview.chromium.org/1164403002/diff/160001/platform_tools/android/gyp/skia_android.gypi File platform_tools/android/gyp/skia_android.gypi (right): https://codereview.chromium.org/1164403002/diff/160001/platform_tools/android/gyp/skia_android.gypi#newcode155 platform_tools/android/gyp/skia_android.gypi:155: '<(PRODUCT_DIR)/../android/VisualBench/bin/VisualBench.apk', On 2015/06/12 15:40:35, joshualitt wrote: > On 2015/06/11 ...
5 years, 6 months ago (2015-06-12 16:27:15 UTC) #7
joshualitt
On 2015/06/12 16:27:15, djsollen wrote: > https://codereview.chromium.org/1164403002/diff/160001/platform_tools/android/gyp/skia_android.gypi > File platform_tools/android/gyp/skia_android.gypi (right): > > https://codereview.chromium.org/1164403002/diff/160001/platform_tools/android/gyp/skia_android.gypi#newcode155 > ...
5 years, 6 months ago (2015-06-12 18:24:00 UTC) #8
djsollen
lgtm
5 years, 6 months ago (2015-06-12 18:28:20 UTC) #9
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1164403002/240001
5 years, 6 months ago (2015-06-12 19:28:23 UTC) #12
commit-bot: I haz the power
Try jobs failed on following builders: skia_presubmit-Trybot on client.skia.fyi (JOB_FAILED, http://build.chromium.org/p/client.skia.fyi/builders/skia_presubmit-Trybot/builds/435)
5 years, 6 months ago (2015-06-12 19:29:32 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1164403002/260001
5 years, 6 months ago (2015-06-12 19:37:47 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1164403002/280001
5 years, 6 months ago (2015-06-12 19:47:02 UTC) #21
commit-bot: I haz the power
5 years, 6 months ago (2015-06-12 19:51:51 UTC) #22
Message was sent while issue was closed.
Committed patchset #15 (id:280001) as
https://skia.googlesource.com/skia/+/030dc847dc497b011c417dc6694e8b6de290895f

Powered by Google App Engine
This is Rietveld 408576698