summaryrefslogtreecommitdiffstats
path: root/tools/perf/benchmarks/v8.py
diff options
context:
space:
mode:
authorqyearsley <qyearsley@chromium.org>2016-02-03 09:53:42 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-03 17:54:46 +0000
commit2e10aec77af9df80f1f233f01d7b573f7379fc49 (patch)
tree46ac4763d82490c55347561d3c313814f9240cea /tools/perf/benchmarks/v8.py
parent8421b81f53b786728259cd3a7f24869b01b10d41 (diff)
downloadchromium_src-2e10aec77af9df80f1f233f01d7b573f7379fc49.zip
chromium_src-2e10aec77af9df80f1f233f01d7b573f7379fc49.tar.gz
chromium_src-2e10aec77af9df80f1f233f01d7b573f7379fc49.tar.bz2
Formatting clean-up in tools/perf/
Most changes done using `pyformat --in_place --recursive .` Including all sub-directories excluding page_sets/. This CL should only include non-behavior/formatting changes. Review URL: https://codereview.chromium.org/1653633002 Cr-Commit-Position: refs/heads/master@{#373272}
Diffstat (limited to 'tools/perf/benchmarks/v8.py')
-rw-r--r--tools/perf/benchmarks/v8.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/benchmarks/v8.py b/tools/perf/benchmarks/v8.py
index 3208013..b2c4376 100644
--- a/tools/perf/benchmarks/v8.py
+++ b/tools/perf/benchmarks/v8.py
@@ -27,6 +27,7 @@ class V8Top25(perf_benchmark.PerfBenchmark):
def Name(cls):
return 'v8.top_25_smooth'
+
@benchmark.Enabled('android')
class V8KeyMobileSites(perf_benchmark.PerfBenchmark):
"""Measures V8 GC metrics on the while scrolling down key mobile sites.
@@ -39,6 +40,7 @@ class V8KeyMobileSites(perf_benchmark.PerfBenchmark):
def Name(cls):
return 'v8.key_mobile_sites_smooth'
+
class V8DetachedContextAgeInGC(perf_benchmark.PerfBenchmark):
"""Measures the number of GCs needed to collect a detached context.