Chromium Code Reviews| 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.LocalResultsMissingOnServer" units="%"> | |
| 8994 <summary> | |
| 8995 Percentage of results that are present locally but are not returned by the | |
| 8996 web history. | |
|
Alexei Svitkine (slow)
2013/05/24 17:58:02
Please mention how this is sampled. Is it when a p
Sergiu
2013/05/27 08:27:44
Done.
| |
| 8997 </summary> | |
| 8998 </histogram> | |
| 8999 | |
| 9000 <histogram name="WebHistory.QueryCompletion" enum="WebHistoryStatus"> | |
| 9001 <summary>Whether the web history query was successful.</summary> | |
|
Alexei Svitkine (slow)
2013/05/24 17:58:02
Please add a little bit more context in the commen
Sergiu
2013/05/27 08:27:44
Done, tell me what you think now.
| |
| 9002 </histogram> | |
| 9003 | |
| 9004 <histogram name="WebHistory.ResponseTime" units="milliseconds"> | |
| 9005 <summary>Time it took for the web history to reply.</summary> | |
| 9006 </histogram> | |
| 9007 | |
| 8993 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion"> | 9008 <histogram name="WinTimeTicks.FailedToChangeCores" enum="WindowsVersion"> |
| 8994 <summary> | 9009 <summary> |
| 8995 Incremented each time the TimeTicks field trial runs on a machine with | 9010 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 | 9011 multiple cores, but failed to change thread affinity. Broken down by Windows |
| 8997 version. | 9012 version. |
| 8998 </summary> | 9013 </summary> |
| 8999 </histogram> | 9014 </histogram> |
| 9000 | 9015 |
| 9001 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds"> | 9016 <histogram name="WinTimeTicks.MinResolutionNanoseconds" units="nanoseconds"> |
| 9002 <summary> | 9017 <summary> |
| (...skipping 4849 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 13852 <int value="4" label="Set up Wallet"/> | 13867 <int value="4" label="Set up Wallet"/> |
| 13853 <int value="5" label="Accept ToS"/> | 13868 <int value="5" label="Accept ToS"/> |
| 13854 <int value="6" label="Update expiration date"/> | 13869 <int value="6" label="Update expiration date"/> |
| 13855 <int value="7" label="Upgrade min address"/> | 13870 <int value="7" label="Upgrade min address"/> |
| 13856 <int value="8" label="Choose another instrument or address"/> | 13871 <int value="8" label="Choose another instrument or address"/> |
| 13857 <int value="9" label="Verify CVV"/> | 13872 <int value="9" label="Verify CVV"/> |
| 13858 <int value="10" label="Invalid form field"/> | 13873 <int value="10" label="Invalid form field"/> |
| 13859 <int value="11" label="Require phone number"/> | 13874 <int value="11" label="Require phone number"/> |
| 13860 </enum> | 13875 </enum> |
| 13861 | 13876 |
| 13877 <enum name="WebHistoryStatus" type="int"> | |
| 13878 <int value="0" label="WEB_HISTORY_QUERY_FAILED">Failed</int> | |
| 13879 <int value="1" label="WEB_HISTORY_QUERY_SUCCEEDED">Succeeded</int> | |
| 13880 <int value="2" label="WEB_HISTORY_QUERY_TIMED_OUT">Timed out</int> | |
| 13881 </enum> | |
| 13882 | |
| 13862 <enum name="WebSocketHandshakeResult" type="int"> | 13883 <enum name="WebSocketHandshakeResult" type="int"> |
| 13863 <int value="0" label="Incomplete"/> | 13884 <int value="0" label="Incomplete"/> |
| 13864 <int value="1" label="Normal"/> | 13885 <int value="1" label="Normal"/> |
| 13865 <int value="2" label="Failed"/> | 13886 <int value="2" label="Failed"/> |
| 13866 <int value="3" label="Connected"/> | 13887 <int value="3" label="Connected"/> |
| 13867 </enum> | 13888 </enum> |
| 13868 | 13889 |
| 13869 <enum name="WebSocketPerMessageDeflateContextTakeOverMode" type="int"> | 13890 <enum name="WebSocketPerMessageDeflateContextTakeOverMode" type="int"> |
| 13870 <int value="0" label="DoNotTakeOverContext"/> | 13891 <int value="0" label="DoNotTakeOverContext"/> |
| 13871 <int value="1" label="TakeOverContext"/> | 13892 <int value="1" label="TakeOverContext"/> |
| (...skipping 1505 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 15377 <fieldtrial name="SSLResumption"> | 15398 <fieldtrial name="SSLResumption"> |
| 15378 <group name="Resume_Handshake" label="Session Resumption"/> | 15399 <group name="Resume_Handshake" label="Session Resumption"/> |
| 15379 <group name="Full_Handshake" label="Full"/> | 15400 <group name="Full_Handshake" label="Full"/> |
| 15380 <affected-histogram name="Net.SSL_Connection_Latency"/> | 15401 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 15381 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 15402 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 15382 </fieldtrial> | 15403 </fieldtrial> |
| 15383 | 15404 |
| 15384 </fieldtrials> | 15405 </fieldtrials> |
| 15385 | 15406 |
| 15386 </histogram-configuration> | 15407 </histogram-configuration> |
| OLD | NEW |