From 5c6739c1645ebbd84bb1e39c09a6fd12d4d0256d Mon Sep 17 00:00:00 2001 From: "ernstm@chromium.org" Date: Mon, 15 Jul 2013 23:33:29 +0000 Subject: cc: Increased robustness of rasterize and record benchmark. - 'protected' relevent trace events from changes, by putting argument strings as constants into separate file. - fixed a bug in the collection of raster times, that would output wrong statistics for layers with multiple pictures in a pile. - Added command line parameters to set number of raster and record repeats, wait time before starting the benchmark, and wait time before taking the measurements. - Reduced the default number of raster and record repeats from 100 to 20. This increases variance, but improves overall robustness (e.g. avoiding event buffer overflows) - Added command line option to print statistics after every page run. R=nduca@chromium.org,tengs@chromium.org BUG=226489 Review URL: https://chromiumcodereview.appspot.com/18048006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211728 0039d316-1c4b-4281-b951-d872f2087c98 --- cc/debug/OWNERS | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cc/debug/OWNERS (limited to 'cc/debug/OWNERS') diff --git a/cc/debug/OWNERS b/cc/debug/OWNERS new file mode 100644 index 0000000..a46edee --- /dev/null +++ b/cc/debug/OWNERS @@ -0,0 +1,4 @@ +# Changes to this file may break telemetry benchmarks +per-file benchmark_instrumentation.h=set noparent +per-file benchmark_instrumentation.h=ernstm@chromium.org +per-file benchmark_instrumentation.h=nduca@chromium.org -- cgit v1.1