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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1643323002: Fix separator to use . for SameVersionStartupCounts suffix. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a1_startup_count_suffix
Patch Set: Created 4 years, 10 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 6cf001e99482d00f2e3842bf3285a2e72ff7c1d8..626e9c3aeecbb560e1b5575e0a54dbbeff5eff00 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -86152,7 +86152,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="SB2.PrefixSetSizeKilobytes"/>
</histogram_suffixes>
-<histogram_suffixes name="SameVersionStartupCounts">
+<histogram_suffixes name="SameVersionStartupCounts" separator=".">
<suffix name="1" label="1st startup with same version"/>
<suffix name="2" label="2nd startup with same version"/>
<suffix name="3" label="3rd startup with same version"/>
« 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