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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « components/autofill/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after
152 </histogram> 152 </histogram>
153 153
154 <histogram name="Autocheckout.WalletRequiredActions" 154 <histogram name="Autocheckout.WalletRequiredActions"
155 enum="WalletRequiredActions"> 155 enum="WalletRequiredActions">
156 <summary> 156 <summary>
157 Measures the frequency of required user actions returned by the Google 157 Measures the frequency of required user actions returned by the Google
158 Online Wallet server. 158 Online Wallet server.
159 </summary> 159 </summary>
160 </histogram> 160 </histogram>
161 161
162 <histogram name="Autocheckout.WhitelistDownloadDuration" units="ms">
163 <summary>
164 Measures time taken to download the Autocheckout whitelist file.
165 </summary>
166 </histogram>
167
168 <histogram name="Autocheckout.WhitelistDownloadDuration.Failed" units="ms">
169 <summary>
170 Measures time taken to download the Autocheckout whitelist file in case the
171 download was failed.
172 </summary>
173 </histogram>
174
175 <histogram name="Autocheckout.WhitelistDownloadDuration.Succeeded" units="ms">
176 <summary>
177 Measures time taken to download the Autocheckout whitelist file in case the
178 download was succeeded.
179 </summary>
180 </histogram>
181
162 <histogram name="Autofill.AddressSuggestionsCount"> 182 <histogram name="Autofill.AddressSuggestionsCount">
163 <summary> 183 <summary>
164 The number of address suggestions shown in the Autofill popup. 184 The number of address suggestions shown in the Autofill popup.
165 </summary> 185 </summary>
166 </histogram> 186 </histogram>
167 187
168 <histogram name="AutoFill.CCInfoBarAccepted"> 188 <histogram name="AutoFill.CCInfoBarAccepted">
169 <obsolete> 189 <obsolete>
170 Deprecated as of 3/2011, replaced by Autofill.CreditCardInfoBar. 190 Deprecated as of 3/2011, replaced by Autofill.CreditCardInfoBar.
171 </obsolete> 191 </obsolete>
(...skipping 5193 matching lines...) Expand 10 before | Expand all | Expand 10 after
5365 <fieldtrial name="SSLResumption"> 5385 <fieldtrial name="SSLResumption">
5366 <group name="Resume_Handshake" label="Session Resumption"/> 5386 <group name="Resume_Handshake" label="Session Resumption"/>
5367 <group name="Full_Handshake" label="Full"/> 5387 <group name="Full_Handshake" label="Full"/>
5368 <affected-histogram name="Net.SSL_Connection_Latency"/> 5388 <affected-histogram name="Net.SSL_Connection_Latency"/>
5369 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 5389 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
5370 </fieldtrial> 5390 </fieldtrial>
5371 5391
5372 </fieldtrials> 5392 </fieldtrials>
5373 5393
5374 </histogram-configuration> 5394 </histogram-configuration>
OLDNEW
« 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