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

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

Issue 14060013: Add UMA stats to track whitelist download latency. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rename variables and update comments. Created 7 years, 8 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 06536b8741f37fea124f612ca9416afdaf003af5..611fb27809ffce8caa6687f1124fa9beb9600fc0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -159,6 +159,26 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Autocheckout.WhitelistDownloadDuration" units="ms">
+ <summary>
+ Measures the duration for download Autocheckout whitelist file.
+ </summary>
+</histogram>
+
+<histogram name="Autocheckout.WhitelistDownloadDuration.Failed" units="ms">
+ <summary>
+ Measures the duration for download Autocheckout whitelist file in case the
+ download was failed.
+ </summary>
+</histogram>
+
+<histogram name="Autocheckout.WhitelistDownloadDuration.Succeeded" units="ms">
+ <summary>
+ Measures the duration for download Autocheckout whitelist file in case the
+ download was succeeded.
+ </summary>
+</histogram>
+
<histogram name="Autofill.AddressSuggestionsCount">
<summary>
The number of address suggestions shown in the Autofill popup.

Powered by Google App Engine
This is Rietveld 408576698