summaryrefslogtreecommitdiffstats
path: root/cc/cc_tests.gyp
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 13:35:22 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-12-13 13:35:22 +0000
commit7490ab4b7fe752616f39987b213c71a88cd472fd (patch)
tree5347495c0e043722b3b6492f8f2f8294c4b27f47 /cc/cc_tests.gyp
parent81be38c653a567869877d70cee1d5bb7f9643659 (diff)
downloadchromium_src-7490ab4b7fe752616f39987b213c71a88cd472fd.zip
chromium_src-7490ab4b7fe752616f39987b213c71a88cd472fd.tar.gz
chromium_src-7490ab4b7fe752616f39987b213c71a88cd472fd.tar.bz2
cc: Layer::PushPropertiesTo perf test
This patch adds a push properties to perf test. Sample run on z620: $ ./out/Release/cc_perftests --gtest_filter="LayerPerf*" Note: Google Test filter = LayerPerf* [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from LayerPerfTest [ RUN ] LayerPerfTest.PushPropertiesTo *RESULT push_properties_to: props_changed= 4428753.5 runs/s *RESULT push_properties_to: props_didnt_change= 6691176.5 runs/s [ OK ] LayerPerfTest.PushPropertiesTo (6001 ms) [----------] 1 test from LayerPerfTest (6001 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test case ran. (6001 ms total) [ PASSED ] 1 test. R=enne, danakj Review URL: https://codereview.chromium.org/110453003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@240617 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc_tests.gyp')
-rw-r--r--cc/cc_tests.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cc/cc_tests.gyp b/cc/cc_tests.gyp
index 2107847..4ef05e8 100644
--- a/cc/cc_tests.gyp
+++ b/cc/cc_tests.gyp
@@ -280,6 +280,7 @@
'cc_test_support',
],
'sources': [
+ 'layers/layer_perftest.cc',
'resources/picture_layer_tiling_perftest.cc',
'resources/raster_worker_pool_perftest.cc',
'resources/tile_manager_perftest.cc',