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

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: 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">
ahutter 2013/04/16 17:56:54 +ramankk, does this look right?
+ <summary>
+ Measures the duration for download Autocheckout whitelist file.
ahutter 2013/04/16 17:56:54 Measures time taken to download the... To be cons
benquan 2013/04/17 01:51:30 Done.
+ </summary>
+</histogram>
+
+<histogram name="Autocheckout.WhitelistDownloadDuration.Failed" units="ms">
jar (doing other things) 2013/04/16 18:53:14 nit: better would be to define a <field_trial...>
benquan 2013/04/17 01:51:30 Can you please point me to a doc talks about how t
Ilya Sherman 2013/04/17 05:01:48 Take a look at the top of this file, namely lines
benquan 2013/04/17 05:48:18 I will go with "consistency", Jim, please let me k
+ <summary>
+ Measures the duration for download Autocheckout whitelist file in case the
ahutter 2013/04/16 17:56:54 Ditto.
benquan 2013/04/17 01:51:30 Done.
+ download was failed.
+ </summary>
+</histogram>
+
+<histogram name="Autocheckout.WhitelistDownloadDuration.Succeeded" units="ms">
+ <summary>
+ Measures the duration for download Autocheckout whitelist file in case the
ahutter 2013/04/16 17:56:54 Ditto.
benquan 2013/04/17 01:51:30 Done.
+ 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