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

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

Issue 138923004: Telemetry: Normalize fast-path results with frames. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Customize silk/fastpath results. Created 6 years, 11 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
« no previous file with comments | « no previous file | tools/perf/measurements/thread_times.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 thread_times 6 from measurements import thread_times
7 7
8 class SilkKeySilkCases(test.Test): 8 class SilkKeySilkCases(test.Test):
9 """Measures timeline metrics while performing smoothness action on 9 """Measures timeline metrics while performing smoothness action on
10 key silk cases. 10 key silk cases.
11 11
12 http://www.chromium.org/developers/design-documents/rendering-benchmarks""" 12 http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
13 test = thread_times.ThreadTimes 13 test = thread_times.ThreadTimes
14 page_set = 'page_sets/key_silk_cases.json' 14 page_set = 'page_sets/key_silk_cases.json'
15 options = {"report_silk_details": True} 15 options = {"report_silk_results": True}
epenner 2014/01/16 01:38:58 I didn't see this being used, so I've changed the
OLDNEW
« no previous file with comments | « no previous file | tools/perf/measurements/thread_times.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698