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

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: And fixing comment 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 12268 matching lines...) Expand 10 before | Expand all | Expand 10 after
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.SaveAddress" units="ms">
12289 <obsolete>
12290 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
12291 </obsolete>
12289 <summary> 12292 <summary>
12290 Measures the time taken by Google Online Wallet server's save address API 12293 Measures the time taken by Google Online Wallet server's save address API
12291 call. 12294 call.
12292 </summary> 12295 </summary>
12293 </histogram> 12296 </histogram>
12294 12297
12295 <histogram name="Wallet.ApiCallDuration.SaveInstrument" units="ms"> 12298 <histogram name="Wallet.ApiCallDuration.SaveInstrument" units="ms">
12299 <obsolete>
12300 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
12301 </obsolete>
12296 <summary> 12302 <summary>
12297 Measures the time taken by Google Online Wallet server's save instrument API 12303 Measures the time taken by Google Online Wallet server's save instrument API
12298 call. 12304 call.
12299 </summary> 12305 </summary>
12300 </histogram> 12306 </histogram>
12301 12307
12302 <histogram name="Wallet.ApiCallDuration.SaveInstrumentAndAddress" units="ms"> 12308 <histogram name="Wallet.ApiCallDuration.SaveInstrumentAndAddress" units="ms">
12309 <obsolete>
12310 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
12311 </obsolete>
12303 <summary> 12312 <summary>
12304 Measures the time taken by Google Online Wallet server's save instument and 12313 Measures the time taken by Google Online Wallet server's save instument and
12305 address API call. 12314 address API call.
12306 </summary> 12315 </summary>
12307 </histogram> 12316 </histogram>
12308 12317
12318 <histogram name="Wallet.ApiCallDuration.SaveToWallet" units="ms">
12319 <summary>
12320 Measures the time taken by Google Online Wallet server's save to wallet API
12321 call.
12322 </summary>
12323 </histogram>
12324
12309 <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms"> 12325 <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms">
12310 <summary> 12326 <summary>
12311 Measures the time taken by Google Online Wallet server's send status API 12327 Measures the time taken by Google Online Wallet server's send status API
12312 call. 12328 call.
12313 </summary> 12329 </summary>
12314 </histogram> 12330 </histogram>
12315 12331
12316 <histogram name="Wallet.ApiCallDuration.UnknownApiCall" units="ms"> 12332 <histogram name="Wallet.ApiCallDuration.UnknownApiCall" units="ms">
12317 <summary> 12333 <summary>
12318 Measures the time taken by Google Online Wallet server's unknown API calls. 12334 Measures the time taken by Google Online Wallet server's unknown API calls.
12319 </summary> 12335 </summary>
12320 </histogram> 12336 </histogram>
12321 12337
12322 <histogram name="Wallet.ApiCallDuration.UpdateAddress" units="ms"> 12338 <histogram name="Wallet.ApiCallDuration.UpdateAddress" units="ms">
12339 <obsolete>
12340 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
12341 </obsolete>
12323 <summary> 12342 <summary>
12324 Measures the time taken by Google Online Wallet server's update address API 12343 Measures the time taken by Google Online Wallet server's update address API
12325 call. 12344 call.
12326 </summary> 12345 </summary>
12327 </histogram> 12346 </histogram>
12328 12347
12329 <histogram name="Wallet.ApiCallDuration.UpdateInstrument" units="ms"> 12348 <histogram name="Wallet.ApiCallDuration.UpdateInstrument" units="ms">
12349 <obsolete>
12350 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
12351 </obsolete>
12330 <summary> 12352 <summary>
12331 Measures the time taken by Google Online Wallet server's update instument 12353 Measures the time taken by Google Online Wallet server's update instument
12332 API call. 12354 API call.
12333 </summary> 12355 </summary>
12334 </histogram> 12356 </histogram>
12335 12357
12336 <histogram name="WebCore.FeatureObserver" enum="FeatureObserver"> 12358 <histogram name="WebCore.FeatureObserver" enum="FeatureObserver">
12337 <summary> 12359 <summary>
12338 Count of how many instances of WebCore::Page use various features. Each 12360 Count of how many instances of WebCore::Page use various features. Each
12339 WebCore::Page instance has a WebCore::UseCounter instance. It records and 12361 WebCore::Page instance has a WebCore::UseCounter instance. It records and
(...skipping 8586 matching lines...) Expand 10 before | Expand all | Expand 10 after
20926 <group name="Disabled" label="Neither extra webstore link is visible"/> 20948 <group name="Disabled" label="Neither extra webstore link is visible"/>
20927 <group name="FooterLink" label="Link in bottom right of footer"/> 20949 <group name="FooterLink" label="Link in bottom right of footer"/>
20928 <group name="PlusIcon" label="Plus icon in apps page"/> 20950 <group name="PlusIcon" label="Plus icon in apps page"/>
20929 <affected-histogram name="Extensions.AppLaunch"/> 20951 <affected-histogram name="Extensions.AppLaunch"/>
20930 <affected-histogram name="NewTabPage.DefaultPageType"/> 20952 <affected-histogram name="NewTabPage.DefaultPageType"/>
20931 </fieldtrial> 20953 </fieldtrial>
20932 20954
20933 </fieldtrials> 20955 </fieldtrials>
20934 20956
20935 </histogram-configuration> 20957 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698