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

Unified Diff: tools/telemetry/telemetry/page/page_benchmark_results.py

Issue 12900005: [Telemetry] Fix histogram naming. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 9 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 | « build/android/pylib/perf_tests_helper.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/telemetry/telemetry/page/page_benchmark_results.py
diff --git a/tools/telemetry/telemetry/page/page_benchmark_results.py b/tools/telemetry/telemetry/page/page_benchmark_results.py
index 4086c9a5d70499f3299c2e30d3d0fbbb83636257..a498638e0f47d5b1cfb474c516bcc3f0650250bc 100644
--- a/tools/telemetry/telemetry/page/page_benchmark_results.py
+++ b/tools/telemetry/telemetry/page/page_benchmark_results.py
@@ -132,7 +132,7 @@ class PageBenchmarkResults(page_test.PageTestResults):
by_url_data_type = 'unimportant-histogram'
else:
by_url_data_type = 'unimportant'
- if '.' in measurement:
+ if '.' in measurement and 'histogram' not in data_type:
measurement, trace = measurement.split('.', 1)
trace += (trace_tag or '')
else:
« no previous file with comments | « build/android/pylib/perf_tests_helper.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698