1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 from telemetry
import benchmark
7 from measurements
import memory
11 @benchmark.Enabled('android')
12 class MemoryMobile(benchmark
.Benchmark
):
14 page_set
= page_sets
.MobileMemoryPageSet
18 return 'memory.mobile_memory'
21 class MemoryTop7Stress(benchmark
.Benchmark
):
22 """Use (recorded) real world web sites and measure memory consumption."""
24 page_set
= page_sets
.Top7StressPageSet
28 return 'memory.top_7_stress'