summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-26 23:52:27 +0000
committerahutter@chromium.org <ahutter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-04-26 23:52:27 +0000
commitc4ac450750f012be07ff2b161f8250eddc260152 (patch)
treec3c8976ec3f3d9290b0b1cb2cec4974c14ef8138
parent4e548a80543ee6409e726cf37f9204655b16cf2c (diff)
downloadchromium_src-c4ac450750f012be07ff2b161f8250eddc260152.zip
chromium_src-c4ac450750f012be07ff2b161f8250eddc260152.tar.gz
chromium_src-c4ac450750f012be07ff2b161f8250eddc260152.tar.bz2
Adding UiLatencyToShow to histograms.xml
BUG=225567 Review URL: https://chromiumcodereview.appspot.com/14314015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@196886 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--tools/metrics/histograms/histograms.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 17c758f..0aae01a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -144,6 +144,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Autocheckout.UiLatencyToShow" units="ms">
+ <summary>
+ Measures the duration of time it takes for the Autocheckout UI to be
+ actionable by the user after it is shown.
+ </summary>
+</histogram>
+
<histogram name="Autocheckout.WalletErrors" enum="WalletErrors">
<summary>
Measures the frequency of errors in communicating with the Google Online
@@ -4865,6 +4872,13 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="RequestAutocomplete.UiLatencyToShow" units="ms">
+ <summary>
+ Measures the duration of time it takes for the requestAutocomplete() UI to
+ be actionable by the user after it is shown.
+ </summary>
+</histogram>
+
<histogram name="RequestAutocomplete.WalletErrors" enum="WalletErrors">
<summary>
Measures the frequency of errors in communicating with the Google Online