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 5835 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 5846 </histogram> | 5846 </histogram> |
| 5847 | 5847 |
| 5848 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode"> | 5848 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode"> |
| 5849 <summary>Error codes returned by sqlite for the thumbnail db.</summary> | 5849 <summary>Error codes returned by sqlite for the thumbnail db.</summary> |
| 5850 </histogram> | 5850 </histogram> |
| 5851 | 5851 |
| 5852 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode"> | 5852 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode"> |
| 5853 <summary>Error codes returned by sqlite the web db.</summary> | 5853 <summary>Error codes returned by sqlite the web db.</summary> |
| 5854 </histogram> | 5854 </histogram> |
| 5855 | 5855 |
| 5856 <histogram name="Tab.RestoreResult" enum="TabRestoreResult"> | |
| 5857 <summary> | |
| 5858 When the browser restores a tab, whether the load was successful. Loads can | |
| 5859 fail for instance when there is no connectivity. | |
| 5860 </summary> | |
| 5861 </histogram> | |
| 5862 | |
| 5863 <histogram name="Tab.RestoreTime" unit="ms"> | |
| 5864 <summary>Load times for successful tab restores.</summary> | |
| 5865 </histogram> | |
| 5866 | |
| 5867 <histogram name="Tab.RestoreUserPersistence" enum="TabRestoreUserAction"> | |
| 5868 <summary> | |
| 5869 When the browser restores a tab, whether the user waits for completion of | |
| 5870 the load or if he gives up by switching to another tab or leaving Chrome. | |
|
ppi
2013/04/30 12:12:27
supernit: "if they give up"? Does anybody know if
bulach
2013/04/30 12:38:11
how about avoiding the issue altogether and name i
ppi
2013/04/30 12:42:42
Please note that strictly speaking "RestoredFully"
| |
| 5871 </summary> | |
| 5872 </histogram> | |
| 5873 | |
| 5856 <histogram name="Tab.SwitchedToForegroundAge" units="ms"> | 5874 <histogram name="Tab.SwitchedToForegroundAge" units="ms"> |
| 5857 <summary>Age (in ms) when the tab was switched to foreground.</summary> | 5875 <summary>Age (in ms) when the tab was switched to foreground.</summary> |
| 5858 </histogram> | 5876 </histogram> |
| 5859 | 5877 |
| 5860 <histogram name="Tab.SwitchedToForegroundLaunchedWithURL" | 5878 <histogram name="Tab.SwitchedToForegroundLaunchedWithURL" |
| 5861 enum="TabSwitchedToForegroundLaunchedWithURL"> | 5879 enum="TabSwitchedToForegroundLaunchedWithURL"> |
| 5862 <summary> | 5880 <summary> |
| 5863 Each time a tab is brought to the foreground, this histogram indicates if | 5881 Each time a tab is brought to the foreground, this histogram indicates if |
| 5864 chrome was launched without an URL (i.e., from the launcher), or with an URL | 5882 chrome was launched without an URL (i.e., from the launcher), or with an URL |
| 5865 (i.e., from another app). | 5883 (i.e., from another app). |
| (...skipping 3513 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 9379 </int> | 9397 </int> |
| 9380 <int value="26" label="SQLITE_NOTADB"> | 9398 <int value="26" label="SQLITE_NOTADB"> |
| 9381 File opened that is not a database file | 9399 File opened that is not a database file |
| 9382 </int> | 9400 </int> |
| 9383 <int value="100" label="SQLITE_ROW">sqlite3_step() has another row ready</int> | 9401 <int value="100" label="SQLITE_ROW">sqlite3_step() has another row ready</int> |
| 9384 <int value="101" label="SQLITE_DONE"> | 9402 <int value="101" label="SQLITE_DONE"> |
| 9385 sqlite3_step() has finished executing | 9403 sqlite3_step() has finished executing |
| 9386 </int> | 9404 </int> |
| 9387 </enum> | 9405 </enum> |
| 9388 | 9406 |
| 9407 <enum name="TabRestoreResult" type="int"> | |
| 9408 <int value="0" label="Failed"/> | |
| 9409 <int value="1" label="Succeeded"/> | |
| 9410 </enum> | |
| 9411 | |
| 9412 <enum name="TabRestoreUserAction" type="int"> | |
| 9413 <int value="0" label="WaitForCompletion"/> | |
| 9414 <int value="1" label="SwitchToAnotherTab"/> | |
| 9415 <int value="2" label="LeaveChrome"/> | |
| 9416 </enum> | |
| 9417 | |
| 9389 <enum name="TabSwitchedToForegroundLaunchedWithURL" type="int"> | 9418 <enum name="TabSwitchedToForegroundLaunchedWithURL" type="int"> |
| 9390 <int value="0" label="Launched without an URL"/> | 9419 <int value="0" label="Launched without an URL"/> |
| 9391 <int value="1" label="Launched with an URL"/> | 9420 <int value="1" label="Launched with an URL"/> |
| 9392 </enum> | 9421 </enum> |
| 9393 | 9422 |
| 9394 <enum name="TabSwitchedToForegroundRevisit" type="int"> | 9423 <enum name="TabSwitchedToForegroundRevisit" type="int"> |
| 9395 <int value="0" label="First time"/> | 9424 <int value="0" label="First time"/> |
| 9396 <int value="1" label="Revisit"/> | 9425 <int value="1" label="Revisit"/> |
| 9397 </enum> | 9426 </enum> |
| 9398 | 9427 |
| (...skipping 1318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 10717 <fieldtrial name="SSLResumption"> | 10746 <fieldtrial name="SSLResumption"> |
| 10718 <group name="Resume_Handshake" label="Session Resumption"/> | 10747 <group name="Resume_Handshake" label="Session Resumption"/> |
| 10719 <group name="Full_Handshake" label="Full"/> | 10748 <group name="Full_Handshake" label="Full"/> |
| 10720 <affected-histogram name="Net.SSL_Connection_Latency"/> | 10749 <affected-histogram name="Net.SSL_Connection_Latency"/> |
| 10721 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 10750 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
| 10722 </fieldtrial> | 10751 </fieldtrial> |
| 10723 | 10752 |
| 10724 </fieldtrials> | 10753 </fieldtrials> |
| 10725 | 10754 |
| 10726 </histogram-configuration> | 10755 </histogram-configuration> |
| OLD | NEW |