diff options
author | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 01:30:29 +0000 |
---|---|---|
committer | vmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-10-12 01:30:29 +0000 |
commit | 666d7cffc8025696c6743889fcd4c9bb2980ba70 (patch) | |
tree | 3372cd68db769e6ec1649998d17ff697feadb577 /cc/cc.gyp | |
parent | d31c53449787ba09aaea6251d9ac878669218817 (diff) | |
download | chromium_src-666d7cffc8025696c6743889fcd4c9bb2980ba70.zip chromium_src-666d7cffc8025696c6743889fcd4c9bb2980ba70.tar.gz chromium_src-666d7cffc8025696c6743889fcd4c9bb2980ba70.tar.bz2 |
cc: Add MicroBenchmarkController plumbing.
This patch adds the necessary plumbing for micro benchmark controller.
The plan is as follows:
- MicroBenchmarkController will live on LayerTreeHost
- The schedule functionality will be exposed to
gpu benchmarking extension
- Javascript bindings will allow external code to schedule certain
benchmarks (specified by name) to be run right after Layer::Update.
R=enne@chromium.org,nduca@chromium.org
Review URL: https://codereview.chromium.org/26593002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228299 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r-- | cc/cc.gyp | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -107,6 +107,8 @@ 'debug/traced_picture.h', 'debug/traced_value.cc', 'debug/traced_value.h', + 'debug/unittest_only_benchmark.cc', + 'debug/unittest_only_benchmark.h', 'input/input_handler.h', 'input/page_scale_animation.cc', 'input/page_scale_animation.h', |