OLD | NEW |
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 3013 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3024 </summary> | 3024 </summary> |
3025 </histogram> | 3025 </histogram> |
3026 | 3026 |
3027 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> | 3027 <histogram name="Search.DefaultSearchProvider" enum="OmniboxSearchEngine"> |
3028 <summary> | 3028 <summary> |
3029 The id of the default search engine that is loaded after Chrome startup. See | 3029 The id of the default search engine that is loaded after Chrome startup. See |
3030 src/chrome/browser/search_engines/prepopulate_engines.json for more info. | 3030 src/chrome/browser/search_engines/prepopulate_engines.json for more info. |
3031 </summary> | 3031 </summary> |
3032 </histogram> | 3032 </histogram> |
3033 | 3033 |
| 3034 <histogram name="Variations.DisabledNoEntropyProvider" enum="BooleanHit"> |
| 3035 <summary> |
| 3036 A count of the number of times we hit the code where a field trial is |
| 3037 disabled because no entropy provider was provided. |
| 3038 </summary> |
| 3039 </histogram> |
| 3040 |
| 3041 <histogram name="Variations.FetchNotModifiedLatency" units="milliseconds"> |
| 3042 <summary> |
| 3043 The latency of a VariationsService seed fetch that results in a not modified |
| 3044 response. |
| 3045 </summary> |
| 3046 </histogram> |
| 3047 |
| 3048 <histogram name="Variations.FetchOtherLatency" units="milliseconds"> |
| 3049 <summary> |
| 3050 The latency of a VariationsService seed fetch that results in neither a |
| 3051 success nor not modified response. |
| 3052 </summary> |
| 3053 </histogram> |
| 3054 |
| 3055 <histogram name="Variations.FetchSuccessLatency" units="milliseconds"> |
| 3056 <summary> |
| 3057 The latency of a VariationsService seed fetch that results in a success |
| 3058 response. |
| 3059 </summary> |
| 3060 </histogram> |
| 3061 |
| 3062 <histogram name="Variations.HeaderConstructionTime" units="microseconds"> |
| 3063 <summary>How long it took to create the X-Chrome-Variations header.</summary> |
| 3064 </histogram> |
| 3065 |
| 3066 <histogram name="Variations.NetworkAvailability" enum="BooleanSuccess"> |
| 3067 <obsolete> |
| 3068 Deprecated 9/2012. No longer tracked. |
| 3069 </obsolete> |
| 3070 <summary> |
| 3071 Whether or not the network was available when requested by the |
| 3072 VariationsService. |
| 3073 </summary> |
| 3074 </histogram> |
| 3075 |
| 3076 <histogram name="Variations.SeedEmpty" enum="BooleanHit"> |
| 3077 <summary>Hit if no variations seed exists in local state on startup.</summary> |
| 3078 </histogram> |
| 3079 |
| 3080 <histogram name="Variations.SeedFetchResponseCode"> |
| 3081 <summary> |
| 3082 The count of HTTP Response codes encountered by the VariationsService. |
| 3083 </summary> |
| 3084 </histogram> |
| 3085 |
| 3086 <histogram name="Variations.SeedFreshness" units="minutes"> |
| 3087 <summary> |
| 3088 The time interval between when the Variations seed was last downloaded and |
| 3089 when it was used. |
| 3090 </summary> |
| 3091 </histogram> |
| 3092 |
| 3093 <histogram name="Variations.ServerStudyExpiredUniformity1Percent" |
| 3094 enum="BooleanExpired"> |
| 3095 <summary> |
| 3096 Whether or not the 1-Percent uniformity trial from the Variations server was |
| 3097 expired when loaded. |
| 3098 </summary> |
| 3099 </histogram> |
| 3100 |
| 3101 <histogram name="Variations.UniformityTrialExpired" enum="BooleanHit"> |
| 3102 <summary> |
| 3103 A count of the number of times we hit the code where the |
| 3104 UMA-Uniformity-Trial-1-Percent field trial is disabled as a result of the |
| 3105 expiration check. |
| 3106 </summary> |
| 3107 </histogram> |
| 3108 |
| 3109 <histogram name="Variations.UniformityTrialGroupNotActive" |
| 3110 enum="UniformityTrialGroupNotActive"> |
| 3111 <summary> |
| 3112 Tracks whether the UMA-Uniformity-Trial-1-Percent field trial was not active |
| 3113 and which factors contributed to it. |
| 3114 </summary> |
| 3115 </histogram> |
| 3116 |
3034 <histogram name="Wallet.ApiCallDuration.AcceptLegalDocuments" units="ms"> | 3117 <histogram name="Wallet.ApiCallDuration.AcceptLegalDocuments" units="ms"> |
3035 <summary> | 3118 <summary> |
3036 Measures the time taken by Google Online Wallet server's accept legal | 3119 Measures the time taken by Google Online Wallet server's accept legal |
3037 document API call. | 3120 document API call. |
3038 </summary> | 3121 </summary> |
3039 </histogram> | 3122 </histogram> |
3040 | 3123 |
3041 <histogram name="Wallet.ApiCallDuration.AuthenticateInstrument" units="ms"> | 3124 <histogram name="Wallet.ApiCallDuration.AuthenticateInstrument" units="ms"> |
3042 <summary> | 3125 <summary> |
3043 Measures the time taken by Google Online Wallet server's authenticate | 3126 Measures the time taken by Google Online Wallet server's authenticate |
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5110 <enum name="SpdySettingsSent" type="int"> | 5193 <enum name="SpdySettingsSent" type="int"> |
5111 <int value="0" label="not sent"/> | 5194 <int value="0" label="not sent"/> |
5112 <int value="1" label="sent"/> | 5195 <int value="1" label="sent"/> |
5113 </enum> | 5196 </enum> |
5114 | 5197 |
5115 <enum name="TLSRenegotiationPatched" type="int"> | 5198 <enum name="TLSRenegotiationPatched" type="int"> |
5116 <int value="0" label="Not renegotiation patched"/> | 5199 <int value="0" label="Not renegotiation patched"/> |
5117 <int value="1" label="Renegotiation patched"/> | 5200 <int value="1" label="Renegotiation patched"/> |
5118 </enum> | 5201 </enum> |
5119 | 5202 |
| 5203 <enum name="UniformityTrialGroupNotActive" type="int"> |
| 5204 <int value="0" label="Invalid"/> |
| 5205 <int value="1" label="Group not reported"/> |
| 5206 <int value="2" label="Trial was disabled"/> |
| 5207 <int value="3" label="Group not reported and trial was disabled"/> |
| 5208 </enum> |
| 5209 |
5120 <enum name="WalletErrors" type="int"> | 5210 <enum name="WalletErrors" type="int"> |
5121 <int value="0" label="Baseline: Issued request"/> | 5211 <int value="0" label="Baseline: Issued request"/> |
5122 <int value="1" label="Fatal error (deprecated)"/> | 5212 <int value="1" label="Fatal error (deprecated)"/> |
5123 <int value="2" label="Malformed response"/> | 5213 <int value="2" label="Malformed response"/> |
5124 <int value="3" label="Network error"/> | 5214 <int value="3" label="Network error"/> |
5125 <int value="4" label="Bad request"/> | 5215 <int value="4" label="Bad request"/> |
5126 <int value="5" label="Internal error"/> | 5216 <int value="5" label="Internal error"/> |
5127 <int value="6" label="Invalid params"/> | 5217 <int value="6" label="Invalid params"/> |
5128 <int value="7" label="Service unavailable"/> | 5218 <int value="7" label="Service unavailable"/> |
5129 <int value="8" label="Spending limit exceeded"/> | 5219 <int value="8" label="Spending limit exceeded"/> |
(...skipping 466 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
5596 <fieldtrial name="SSLResumption"> | 5686 <fieldtrial name="SSLResumption"> |
5597 <group name="Resume_Handshake" label="Session Resumption"/> | 5687 <group name="Resume_Handshake" label="Session Resumption"/> |
5598 <group name="Full_Handshake" label="Full"/> | 5688 <group name="Full_Handshake" label="Full"/> |
5599 <affected-histogram name="Net.SSL_Connection_Latency"/> | 5689 <affected-histogram name="Net.SSL_Connection_Latency"/> |
5600 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 5690 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
5601 </fieldtrial> | 5691 </fieldtrial> |
5602 | 5692 |
5603 </fieldtrials> | 5693 </fieldtrials> |
5604 | 5694 |
5605 </histogram-configuration> | 5695 </histogram-configuration> |
OLD | NEW |