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

Unified Diff: tools/perf/measurements/tab_switching.py

Issue 586503002: [Telemetry] Specify units for tab switching time. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/perf/measurements/tab_switching.py
diff --git a/tools/perf/measurements/tab_switching.py b/tools/perf/measurements/tab_switching.py
index bdfb54b82cbeea0cdb41988d0e766381c12493c2..41290dc07de244e293b794f3c951467bfae2d0d0 100644
--- a/tools/perf/measurements/tab_switching.py
+++ b/tools/perf/measurements/tab_switching.py
@@ -96,6 +96,6 @@ class TabSwitching(page_test.PageTest):
first_histogram)
results.AddSummaryValue(
- histogram.HistogramValue(None, display_name, '',
+ histogram.HistogramValue(None, display_name, 'ms',
raw_value_json=diff_histogram,
important=False))
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698