commit | 189aef7834e20a01c062817b54a49b76ad4a0b4b | [log] [tgz] |
---|---|---|
author | joshualitt <joshualitt@chromium.org> | Tue Sep 08 07:08:11 2015 -0700 |
committer | Commit bot <commit-bot@chromium.org> | Tue Sep 08 07:08:11 2015 -0700 |
tree | ceb8d007617cd2661cb18f82d08a930290c28d40 | |
parent | 8fd97eab1d9c17c662e08f6b3dbd7be49ec0a838 [diff] |
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: Review URL: https://codereview.chromium.org/1304083007