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

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: move UMA tracking code out of the if/else block. 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
« no previous file with comments | « components/autofill/browser/autofill_metrics.cc ('k') | 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 06536b8741f37fea124f612ca9416afdaf003af5..e4894aef337dd83057f1392f1f5a56bfdff5faf6 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 time taken to download the Autocheckout whitelist file.
+ </summary>
+</histogram>
+
+<histogram name="Autocheckout.WhitelistDownloadDuration.Failed" units="ms">
+ <summary>
+ Measures time taken to download the Autocheckout whitelist file in case the
+ download was failed.
+ </summary>
+</histogram>
+
+<histogram name="Autocheckout.WhitelistDownloadDuration.Succeeded" units="ms">
+ <summary>
+ Measures time taken to download the 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.
« no previous file with comments | « components/autofill/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698