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

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: Rebasing again... 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
« no previous file with comments | « components/autofill/core/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 13880 matching lines...) Expand 10 before | Expand all | Expand 10 after
13891 </histogram> 13891 </histogram>
13892 13892
13893 <histogram name="Wallet.ApiCallDuration.GetWalletItems" units="ms"> 13893 <histogram name="Wallet.ApiCallDuration.GetWalletItems" units="ms">
13894 <summary> 13894 <summary>
13895 Measures the time taken by Google Online Wallet server's get wallet items 13895 Measures the time taken by Google Online Wallet server's get wallet items
13896 API call. 13896 API call.
13897 </summary> 13897 </summary>
13898 </histogram> 13898 </histogram>
13899 13899
13900 <histogram name="Wallet.ApiCallDuration.SaveAddress" units="ms"> 13900 <histogram name="Wallet.ApiCallDuration.SaveAddress" units="ms">
13901 <obsolete>
13902 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
13903 </obsolete>
13901 <summary> 13904 <summary>
13902 Measures the time taken by Google Online Wallet server's save address API 13905 Measures the time taken by Google Online Wallet server's save address API
13903 call. 13906 call.
13904 </summary> 13907 </summary>
13905 </histogram> 13908 </histogram>
13906 13909
13907 <histogram name="Wallet.ApiCallDuration.SaveInstrument" units="ms"> 13910 <histogram name="Wallet.ApiCallDuration.SaveInstrument" units="ms">
13911 <obsolete>
13912 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
13913 </obsolete>
13908 <summary> 13914 <summary>
13909 Measures the time taken by Google Online Wallet server's save instrument API 13915 Measures the time taken by Google Online Wallet server's save instrument API
13910 call. 13916 call.
13911 </summary> 13917 </summary>
13912 </histogram> 13918 </histogram>
13913 13919
13914 <histogram name="Wallet.ApiCallDuration.SaveInstrumentAndAddress" units="ms"> 13920 <histogram name="Wallet.ApiCallDuration.SaveInstrumentAndAddress" units="ms">
13921 <obsolete>
13922 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
13923 </obsolete>
13915 <summary> 13924 <summary>
13916 Measures the time taken by Google Online Wallet server's save instument and 13925 Measures the time taken by Google Online Wallet server's save instument and
13917 address API call. 13926 address API call.
13918 </summary> 13927 </summary>
13919 </histogram> 13928 </histogram>
13920 13929
13930 <histogram name="Wallet.ApiCallDuration.SaveToWallet" units="ms">
13931 <summary>
13932 Measures the time taken by Google Online Wallet server's save to wallet API
13933 call.
13934 </summary>
13935 </histogram>
13936
13921 <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms"> 13937 <histogram name="Wallet.ApiCallDuration.SendStatus" units="ms">
13922 <summary> 13938 <summary>
13923 Measures the time taken by Google Online Wallet server's send status API 13939 Measures the time taken by Google Online Wallet server's send status API
13924 call. 13940 call.
13925 </summary> 13941 </summary>
13926 </histogram> 13942 </histogram>
13927 13943
13928 <histogram name="Wallet.ApiCallDuration.UnknownApiCall" units="ms"> 13944 <histogram name="Wallet.ApiCallDuration.UnknownApiCall" units="ms">
13929 <summary> 13945 <summary>
13930 Measures the time taken by Google Online Wallet server's unknown API calls. 13946 Measures the time taken by Google Online Wallet server's unknown API calls.
13931 </summary> 13947 </summary>
13932 </histogram> 13948 </histogram>
13933 13949
13934 <histogram name="Wallet.ApiCallDuration.UpdateAddress" units="ms"> 13950 <histogram name="Wallet.ApiCallDuration.UpdateAddress" units="ms">
13951 <obsolete>
13952 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
13953 </obsolete>
13935 <summary> 13954 <summary>
13936 Measures the time taken by Google Online Wallet server's update address API 13955 Measures the time taken by Google Online Wallet server's update address API
13937 call. 13956 call.
13938 </summary> 13957 </summary>
13939 </histogram> 13958 </histogram>
13940 13959
13941 <histogram name="Wallet.ApiCallDuration.UpdateInstrument" units="ms"> 13960 <histogram name="Wallet.ApiCallDuration.UpdateInstrument" units="ms">
13961 <obsolete>
13962 Deprecated as of 7/2013, replaced by Wallet.ApiCallDuration.SaveToWallet.
13963 </obsolete>
13942 <summary> 13964 <summary>
13943 Measures the time taken by Google Online Wallet server's update instument 13965 Measures the time taken by Google Online Wallet server's update instument
13944 API call. 13966 API call.
13945 </summary> 13967 </summary>
13946 </histogram> 13968 </histogram>
13947 13969
13948 <histogram name="WebCore.FeatureObserver" enum="FeatureObserver"> 13970 <histogram name="WebCore.FeatureObserver" enum="FeatureObserver">
13949 <summary> 13971 <summary>
13950 Count of how many instances of WebCore::Page use various features. Each 13972 Count of how many instances of WebCore::Page use various features. Each
13951 WebCore::Page instance has a WebCore::UseCounter instance. It records and 13973 WebCore::Page instance has a WebCore::UseCounter instance. It records and
(...skipping 9382 matching lines...) Expand 10 before | Expand all | Expand 10 after
23334 <group name="Disabled" label="Neither extra webstore link is visible"/> 23356 <group name="Disabled" label="Neither extra webstore link is visible"/>
23335 <group name="FooterLink" label="Link in bottom right of footer"/> 23357 <group name="FooterLink" label="Link in bottom right of footer"/>
23336 <group name="PlusIcon" label="Plus icon in apps page"/> 23358 <group name="PlusIcon" label="Plus icon in apps page"/>
23337 <affected-histogram name="Extensions.AppLaunch"/> 23359 <affected-histogram name="Extensions.AppLaunch"/>
23338 <affected-histogram name="NewTabPage.DefaultPageType"/> 23360 <affected-histogram name="NewTabPage.DefaultPageType"/>
23339 </fieldtrial> 23361 </fieldtrial>
23340 23362
23341 </fieldtrials> 23363 </fieldtrials>
23342 23364
23343 </histogram-configuration> 23365 </histogram-configuration>
OLDNEW
« no previous file with comments | « components/autofill/core/browser/autofill_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698