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

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

Issue 319813004: [Telemetry] Update copyright header style. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove stray change Created 6 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « tools/perf/benchmarks/kraken.py ('k') | tools/perf/benchmarks/octane.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 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 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 from telemetry import test 4 from telemetry import test
5 5
6 from measurements import memory 6 from measurements import memory
7 from page_sets import mobile_memory 7 from page_sets import mobile_memory
8 from page_sets import top_25 8 from page_sets import top_25
9 from page_sets import top_desktop_sites_2012Q3 9 from page_sets import top_desktop_sites_2012Q3
10 from page_sets import tough_dom_memory_cases 10 from page_sets import tough_dom_memory_cases
11 11
(...skipping 12 matching lines...) Expand all
24 class Reload2012Q3(test.Test): 24 class Reload2012Q3(test.Test):
25 tag = 'reload' 25 tag = 'reload'
26 test = memory.Memory 26 test = memory.Memory
27 page_set = top_desktop_sites_2012Q3.Top2012Q3PageSet() 27 page_set = top_desktop_sites_2012Q3.Top2012Q3PageSet()
28 28
29 29
30 @test.Disabled('android') # crbug.com/371153 30 @test.Disabled('android') # crbug.com/371153
31 class MemoryToughDomMemoryCases(test.Test): 31 class MemoryToughDomMemoryCases(test.Test):
32 test = memory.Memory 32 test = memory.Memory
33 page_set = tough_dom_memory_cases.ToughDomMemoryCasesPageSet() 33 page_set = tough_dom_memory_cases.ToughDomMemoryCasesPageSet()
OLDNEW
« no previous file with comments | « tools/perf/benchmarks/kraken.py ('k') | tools/perf/benchmarks/octane.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698