summaryrefslogtreecommitdiffstats
path: root/cc/cc.gyp
diff options
context:
space:
mode:
authorernstm@chromium.org <ernstm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-11 21:12:33 +0000
committerernstm@chromium.org <ernstm@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-10-11 21:12:33 +0000
commitadbe30f035bfc0c63f763a2d4af165ea2d1cf9c0 (patch)
treed30cfc87d61a7db96b0793be39364a38040266e9 /cc/cc.gyp
parent8d9a3359b14a5bfbbde3fe766231a73935ad065e (diff)
downloadchromium_src-adbe30f035bfc0c63f763a2d4af165ea2d1cf9c0.zip
chromium_src-adbe30f035bfc0c63f763a2d4af165ea2d1cf9c0.tar.gz
chromium_src-adbe30f035bfc0c63f763a2d4af165ea2d1cf9c0.tar.bz2
telemetry: Refactored rasterize_and_record measurement.
- switched rasterize_and_record benchmark to new benchmark architecture. - detailled traces are not required anymore, fixing the issue with trace event buffer overflows. - changed output to show pixels rasterized and recorded for one iteration of the raster/record loop. - Further reduced variance by excluding lowres tiles and adding another sleep to the measurement. Stdev of pixel counts is now zero (except for amazon.com). Stdev of time metrics with 100 repetitions is well below 1% of the mean for most pages in the top_25. R=nduca@chromium.org BUG=280638 Review URL: https://codereview.chromium.org/25353009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@228253 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 c9ea0bc..aafaf74 100644
--- a/cc/cc.gyp
+++ b/cc/cc.gyp
@@ -69,6 +69,8 @@
'base/tiling_data.cc',
'base/tiling_data.h',
'base/util.h',
+ 'debug/benchmark_instrumentation.cc',
+ 'debug/benchmark_instrumentation.h',
'debug/debug_colors.cc',
'debug/debug_colors.h',
'debug/debug_rect_history.cc',