[Android] Add a sync scrolling smoothness benchmark
commit16adf1f1699f01ce0515f53045d4db94cd13ff0e
authorjdduke <jdduke@chromium.org>
Tue, 7 Oct 2014 19:42:24 +0000 (7 12:42 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 7 Oct 2014 19:42:38 +0000 (7 19:42 +0000)
tree37702788b60bc1bc9d780820e08335b0d43ba0b1
parent33d9fec1d89156b0653e89a065ec329e43af9782
[Android] Add a sync scrolling smoothness benchmark

Add a sync scrolling benchmark that disables threaded scrolling with the
key_mobile_sites test suite. This will be used to identify a list of
candidate sites that can then be used to guide and focus main thread
scrolling optimizations. In particular, the hope is to identify and
eliminate exhisting (and avoidable) hiccups in the pipeline that might
otherwise discourage efforts like the proposed 'beforescroll'
(crbug.com/410974).

BUG=417757

Review URL: https://codereview.chromium.org/623163002

Cr-Commit-Position: refs/heads/master@{#298544}
tools/perf/benchmarks/silk_flags.py
tools/perf/benchmarks/smoothness.py