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 8972 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8983 </summary> | 8983 </summary> |
8984 </histogram> | 8984 </histogram> |
8985 | 8985 |
8986 <histogram name="WebFont.LocalFontUsed" enum="BooleanUsage"> | 8986 <histogram name="WebFont.LocalFontUsed" enum="BooleanUsage"> |
8987 <summary> | 8987 <summary> |
8988 Whether a locallly installed font is actually used when @font-face had local | 8988 Whether a locallly installed font is actually used when @font-face had local |
8989 sources. | 8989 sources. |
8990 </summary> | 8990 </summary> |
8991 </histogram> | 8991 </histogram> |
8992 | 8992 |
| 8993 <histogram name="WebHistory.LocalResultMissingOnServer" units="%"> |
| 8994 <summary> |
| 8995 Percentage of results that are present locally but are not returned by the |
| 8996 web history API call. Recorded every time a signed-in user visits the |
| 8997 chrome://history page and the results from the web history are received. |
| 8998 </summary> |
| 8999 </histogram> |
| 9000 |
| 9001 <histogram name="WebHistory.QueryCompletion" enum="WebHistoryStatus"> |
| 9002 <summary> |
| 9003 Whether the web history API call was successful. Every time a signed-in user |
| 9004 visits the chrome://history page this query is executed to get the user's |
| 9005 synced web history. If successful, the local and remote results are merged |
| 9006 and shown in the history page. |
| 9007 </summary> |
| 9008 </histogram> |
| 9009 |
| 9010 <histogram name="WebHistory.ResponseTime" units="milliseconds"> |
| 9011 <summary> |
| 9012 Time it took for the web history to reply. Recorded when the web history API |
| 9013 call triggered by visiting chrome://history receives the data, measuring how |
| 9014 much time it took for the server to reply. |
| 9015 </summary> |
| 9016 </histogram> |
| 9017 |
8993 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion"> | 9018 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion"> |
8994 <summary> | 9019 <summary> |
8995 Incremented each time the TimeTicks field trial runs on a machine with | 9020 Incremented each time the TimeTicks field trial runs on a machine with |
8996 multiple cores, but failed to change thread affinity. Broken down by Windows | 9021 multiple cores, but failed to change thread affinity. Broken down by Windows |
8997 version. | 9022 version. |
8998 </summary> | 9023 </summary> |
8999 </histogram> | 9024 </histogram> |
9000 | 9025 |
9001 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds"> | 9026 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds"> |
9002 <summary> | 9027 <summary> |
(...skipping 4849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
13852 <int value="4" label="Set up Wallet"/> | 13877 <int value="4" label="Set up Wallet"/> |
13853 <int value="5" label="Accept ToS"/> | 13878 <int value="5" label="Accept ToS"/> |
13854 <int value="6" label="Update expiration date"/> | 13879 <int value="6" label="Update expiration date"/> |
13855 <int value="7" label="Upgrade min address"/> | 13880 <int value="7" label="Upgrade min address"/> |
13856 <int value="8" label="Choose another instrument or address"/> | 13881 <int value="8" label="Choose another instrument or address"/> |
13857 <int value="9" label="Verify CVV"/> | 13882 <int value="9" label="Verify CVV"/> |
13858 <int value="10" label="Invalid form field"/> | 13883 <int value="10" label="Invalid form field"/> |
13859 <int value="11" label="Require phone number"/> | 13884 <int value="11" label="Require phone number"/> |
13860 </enum> | 13885 </enum> |
13861 | 13886 |
| 13887 <enum name="WebHistoryStatus" type="int"> |
| 13888 <int value="0" label="WEB_HISTORY_QUERY_FAILED">Failed</int> |
| 13889 <int value="1" label="WEB_HISTORY_QUERY_SUCCEEDED">Succeeded</int> |
| 13890 <int value="2" label="WEB_HISTORY_QUERY_TIMED_OUT">Timed out</int> |
| 13891 </enum> |
| 13892 |
13862 <enum name="WebSocketHandshakeResult" type="int"> | 13893 <enum name="WebSocketHandshakeResult" type="int"> |
13863 <int value="0" label="Incomplete"/> | 13894 <int value="0" label="Incomplete"/> |
13864 <int value="1" label="Normal"/> | 13895 <int value="1" label="Normal"/> |
13865 <int value="2" label="Failed"/> | 13896 <int value="2" label="Failed"/> |
13866 <int value="3" label="Connected"/> | 13897 <int value="3" label="Connected"/> |
13867 </enum> | 13898 </enum> |
13868 | 13899 |
13869 <enum name="WebSocketPerMessageDeflateContextTakeOverMode" type="int"> | 13900 <enum name="WebSocketPerMessageDeflateContextTakeOverMode" type="int"> |
13870 <int value="0" label="DoNotTakeOverContext"/> | 13901 <int value="0" label="DoNotTakeOverContext"/> |
13871 <int value="1" label="TakeOverContext"/> | 13902 <int value="1" label="TakeOverContext"/> |
(...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15377 <fieldtrial name="SSLResumption"> | 15408 <fieldtrial name="SSLResumption"> |
15378 <group name="Resume_Handshake" label="Session Resumption"/> | 15409 <group name="Resume_Handshake" label="Session Resumption"/> |
15379 <group name="Full_Handshake" label="Full"/> | 15410 <group name="Full_Handshake" label="Full"/> |
15380 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15411 <affected-histogram name="Net.SSL_Connection_Latency"/> |
15381 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15412 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
15382 </fieldtrial> | 15413 </fieldtrial> |
15383 | 15414 |
15384 </fieldtrials> | 15415 </fieldtrials> |
15385 | 15416 |
15386 </histogram-configuration> | 15417 </histogram-configuration> |
OLD | NEW |