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

Issue 1304083007: Create module system for VisualBench (Closed)

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

Create module system for VisualBench The newly created VisualLightweightBenchModule is just the old VisualBench.cpp, but gutted to only include timing code. Future CLs will harden this abstraction, but for this CL the module owns a backpointer to VisualBench.cpp for a couple of calls. BUG=skia: Committed: https://skia.googlesource.com/skia/+/189aef7834e20a01c062817b54a49b76ad4a0b4b

Patch Set 1 #

Patch Set 2 : add todo #

Total comments: 1

Patch Set 3 : address comment #

Total comments: 4

Patch Set 4 : feedback inc #

Unified diffs Side-by-side diffs Delta from patch set Stats (+83 lines, -443 lines) Patch
M gyp/visualbench.gyp View 1 2 1 chunk +2 lines, -6 lines 0 comments Download
M tools/VisualBench/VisualBench.h View 3 chunks +5 lines, -58 lines 0 comments Download
M tools/VisualBench/VisualBench.cpp View 2 chunks +3 lines, -231 lines 0 comments Download
A + tools/VisualBench/VisualFlags.h View 1 chunk +7 lines, -5 lines 0 comments Download
A + tools/VisualBench/VisualFlags.cpp View 1 chunk +3 lines, -1 line 0 comments Download
A + tools/VisualBench/VisualLightweightBenchModule.h View 1 2 3 3 chunks +10 lines, -26 lines 0 comments Download
A + tools/VisualBench/VisualLightweightBenchModule.cpp View 10 chunks +21 lines, -116 lines 0 comments Download
A tools/VisualBench/VisualModule.h View 1 2 3 1 chunk +32 lines, -0 lines 0 comments Download

Messages

Total messages: 12 (5 generated)
joshualitt
This CL just moves a bunch of code around to decouple the lightweight timing in ...
5 years, 3 months ago (2015-09-04 17:24:20 UTC) #3
jvanverth1
Not sure I know enough about VisualBench yet to provide good comments, but it looks ...
5 years, 3 months ago (2015-09-04 18:25:36 UTC) #4
joshualitt
feedback incorporated
5 years, 3 months ago (2015-09-04 20:34:08 UTC) #6
robertphillips
I'm in the same boat as Jim - it looks fine to me but I ...
5 years, 3 months ago (2015-09-08 12:38:06 UTC) #7
robertphillips
lgtm
5 years, 3 months ago (2015-09-08 13:51:52 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1304083007/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1304083007/60001
5 years, 3 months ago (2015-09-08 14:01:54 UTC) #11
commit-bot: I haz the power
5 years, 3 months ago (2015-09-08 14:08:14 UTC) #12
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as
https://skia.googlesource.com/skia/+/189aef7834e20a01c062817b54a49b76ad4a0b4b

Powered by Google App Engine
This is Rietveld 408576698