Commit b29f61cf authored by tonyg's avatar tonyg Committed by Commit bot

[Telemetry] Specify units for tab switching time.

BUG=415564

Review URL: https://codereview.chromium.org/586503002

Cr-Commit-Position: refs/heads/master@{#295666}
parent 910f2f98
...@@ -96,6 +96,6 @@ class TabSwitching(page_test.PageTest): ...@@ -96,6 +96,6 @@ class TabSwitching(page_test.PageTest):
first_histogram) first_histogram)
results.AddSummaryValue( results.AddSummaryValue(
histogram.HistogramValue(None, display_name, '', histogram.HistogramValue(None, display_name, 'ms',
raw_value_json=diff_histogram, raw_value_json=diff_histogram,
important=False)) important=False))
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment