summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorvmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-12 07:52:20 +0000
committervmpstr@chromium.org <vmpstr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-12 07:52:20 +0000
commit1a55d7dcd4228615daf374e31d7d7b7314fce96d (patch)
treed857399a96119cb93c089d36e1fa5cb13f79ea4d /cc/cc.gyp
parentb5198aec9089e15cf130ba910b48a7ff14193e4e (diff)
downloadchromium_src-1a55d7dcd4228615daf374e31d7d7b7314fce96d.zip
chromium_src-1a55d7dcd4228615daf374e31d7d7b7314fce96d.tar.gz
chromium_src-1a55d7dcd4228615daf374e31d7d7b7314fce96d.tar.bz2
cc: Add PictureRecordBenchmark.
This patch adds a PictureRecordBenchmark: - For all of the picture layers it does the following: - Run cc::Picture record for a variety of rects with different areas and different positions. - Accumulate the numbers and report average per area record times. R=enne@chromium.org,nduca@chromium.org Review URL: https://codereview.chromium.org/26609002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228336 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'cc/cc.gyp')
-rw-r--r--cc/cc.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cc/cc.gyp b/cc/cc.gyp
index f3a5cf9..399761b 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -92,6 +92,8 @@
'debug/overdraw_metrics.h',
'debug/paint_time_counter.cc',
'debug/paint_time_counter.h',
+ 'debug/picture_record_benchmark.cc',
+ 'debug/picture_record_benchmark.h',
'debug/rendering_stats.cc',
'debug/rendering_stats.h',
'debug/rendering_stats_instrumentation.cc',