Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(166)

Side by Side Diff: tools/perf/benchmarks/renderer_memory.py

Issue 1266833004: telemetry: Add a page set for blink's memory usage measurement (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 # Copyright 2015 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.
4
5 from core import perf_benchmark
6 from measurements import renderer_memory
7 import page_sets
8
9
10 class RendererMemoryBlinkMemoryMobile(perf_benchmark.PerfBenchmark):
11 """Measure memory consumption on mobile sites on which blink's memory
12 consumption is relatively high."""
13
14 test = renderer_memory.RendererMemory
15 page_set = page_sets.BlinkMemoryMobilePageSet
16
17 @classmethod
18 def Name(cls):
19 return 'renderer_memory.blink_memory_mobile'
OLDNEW
« no previous file with comments | « no previous file | tools/perf/measurements/renderer_memory.py » ('j') | tools/perf/measurements/renderer_memory.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698