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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 17970003: New encryption/escrow endpoints for Wallet (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Updated histograms.xml Created 7 years, 5 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 12267 matching lines...) Expand 10 before | Expand all | Expand 10 after
12278 </summary> 12278 </summary>
12279 </histogram> 12279 </histogram>
12280 12280
12281 <histogram name="Wallet.ApiCallDuration.GetWalletItems" units="ms"> 12281 <histogram name="Wallet.ApiCallDuration.GetWalletItems" units="ms">
12282 <summary> 12282 <summary>
12283 Measures the time taken by Google Online Wallet server's get wallet items 12283 Measures the time taken by Google Online Wallet server's get wallet items
12284 API call. 12284 API call.
12285 </summary> 12285 </summary>
12286 </histogram> 12286 </histogram>
12287 12287
12288 <histogram name="Wallet.ApiCallDuration.SaveAddress" units="ms"> 12288 <histogram name="Wallet.ApiCallDuration.SaveToWallet" units="ms">
12289 <summary> 12289 <summary>
12290 Measures the time taken by Google Online Wallet server's save address API 12290 Measures the time taken by Google Online Wallet server's save to wallet API
12291 call. 12291 call.
12292 </summary> 12292 </summary>
12293 </histogram> 12293 </histogram>
12294 12294
12295 <histogram name="Wallet.ApiCallDuration.SaveInstrument" units="ms">
12296 <summary>
12297 Measures the time taken by Google Online Wallet server's save instrument API
12298 call.
12299 </summary>
12300 </histogram>
12301
12302 <histogram name="Wallet.ApiCallDuration.SaveInstrumentAndAddress" units="ms">
12303 <summary>
12304 Measures the time taken by Google Online Wallet server's save instument and
12305 address API call.
12306 </summary>
12307 </histogram>
Ilya Sherman 2013/07/02 21:40:38 Rather than deleting the descriptions for these hi
ahutter 2013/07/02 21:56:54 Done.
12308
12309 <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms"> 12295 <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms">
12310 <summary> 12296 <summary>
12311 Measures the time taken by Google Online Wallet server's send status API 12297 Measures the time taken by Google Online Wallet server's send status API
12312 call. 12298 call.
12313 </summary> 12299 </summary>
12314 </histogram> 12300 </histogram>
12315 12301
12316 <histogram name="Wallet.ApiCallDuration.UnknownApiCall" units="ms"> 12302 <histogram name="Wallet.ApiCallDuration.UnknownApiCall" units="ms">
12317 <summary> 12303 <summary>
12318 Measures the time taken by Google Online Wallet server's unknown API calls. 12304 Measures the time taken by Google Online Wallet server's unknown API calls.
12319 </summary> 12305 </summary>
12320 </histogram> 12306 </histogram>
12321 12307
12322 <histogram name="Wallet.ApiCallDuration.UpdateAddress" units="ms">
12323 <summary>
12324 Measures the time taken by Google Online Wallet server's update address API
12325 call.
12326 </summary>
12327 </histogram>
12328
12329 <histogram name="Wallet.ApiCallDuration.UpdateInstrument" units="ms">
12330 <summary>
12331 Measures the time taken by Google Online Wallet server's update instument
12332 API call.
12333 </summary>
12334 </histogram>
12335
12336 <histogram name="WebCore.FeatureObserver" enum="FeatureObserver"> 12308 <histogram name="WebCore.FeatureObserver" enum="FeatureObserver">
12337 <summary> 12309 <summary>
12338 Count of how many instances of WebCore::Page use various features. Each 12310 Count of how many instances of WebCore::Page use various features. Each
12339 WebCore::Page instance has a WebCore::UseCounter instance. It records and 12311 WebCore::Page instance has a WebCore::UseCounter instance. It records and
12340 reports feature usage (e.g. via UseCounter::count() method). 12312 reports feature usage (e.g. via UseCounter::count() method).
12341 </summary> 12313 </summary>
12342 </histogram> 12314 </histogram>
12343 12315
12344 <histogram name="WebCore.FeatureObserver.CSSProperties" 12316 <histogram name="WebCore.FeatureObserver.CSSProperties"
12345 enum="MappedCSSProperties"> 12317 enum="MappedCSSProperties">
(...skipping 8580 matching lines...) Expand 10 before | Expand all | Expand 10 after
20926 <group name="Disabled" label="Neither extra webstore link is visible"/> 20898 <group name="Disabled" label="Neither extra webstore link is visible"/>
20927 <group name="FooterLink" label="Link in bottom right of footer"/> 20899 <group name="FooterLink" label="Link in bottom right of footer"/>
20928 <group name="PlusIcon" label="Plus icon in apps page"/> 20900 <group name="PlusIcon" label="Plus icon in apps page"/>
20929 <affected-histogram name="Extensions.AppLaunch"/> 20901 <affected-histogram name="Extensions.AppLaunch"/>
20930 <affected-histogram name="NewTabPage.DefaultPageType"/> 20902 <affected-histogram name="NewTabPage.DefaultPageType"/>
20931 </fieldtrial> 20903 </fieldtrial>
20932 20904
20933 </fieldtrials> 20905 </fieldtrials>
20934 20906
20935 </histogram-configuration> 20907 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698