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

Unified Diff: tools/metrics/histograms/histograms.xml

Issue 2620353002: Fix separator in histograms.xml for LayersUpdateTime metric (Closed)
Patch Set: Created 3 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:
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/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 994c4a276cae418a41ef764b699a9d4b3348e358..b19270e9448eaca7fab4b8abe591fe4c21119b31 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -113282,7 +113282,7 @@ value.
<affected-histogram name="NQE.TransportRTT.Percentile90"/>
</histogram_suffixes>
-<histogram_suffixes name="NumLayersBucket">
+<histogram_suffixes name="NumLayersBucket" separator=".">
<suffix name="0" label="Layer count bucket [0, 10)"/>
<suffix name="1" label="Layer count bucket [10, 30)"/>
<suffix name="2" label="Layer count bucket [30, 70)"/>
« 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