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

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: 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
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">
ahutter 2013/04/16 17:56:54 +ramankk, does this look right?
163 <summary>
164 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.
165 </summary>
166 </histogram>
167
168 <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
169 <summary>
170 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.
171 download was failed.
172 </summary>
173 </histogram>
174
175 <histogram name="Autocheckout.WhitelistDownloadDuration.Succeeded" units="ms">
176 <summary>
177 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.
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

Powered by Google App Engine
This is Rietveld 408576698