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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | tools/perf/measurements/thread_times.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/benchmarks/silk.py
diff --git a/tools/perf/benchmarks/silk.py b/tools/perf/benchmarks/silk.py
index d6889cd5f02748dcbd5ccf02ae3fee5a75ba0403..9b1155231236a2e7f399327662b35089b2359630 100644
--- a/tools/perf/benchmarks/silk.py
+++ b/tools/perf/benchmarks/silk.py
@@ -12,4 +12,4 @@ class SilkKeySilkCases(test.Test):
http://www.chromium.org/developers/design-documents/rendering-benchmarks"""
test = thread_times.ThreadTimes
page_set = 'page_sets/key_silk_cases.json'
- options = {"report_silk_details": True}
+ options = {"report_silk_results": True}
epenner 2014/01/16 01:38:58 I didn't see this being used, so I've changed the
« 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