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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 14646002: Add another set of UMA histograms for tab switching on Android. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address Przemek's comment Created 7 years, 7 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 | « no previous file | 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 6599 matching lines...) Expand 10 before | Expand all | Expand 10 after
6610 </histogram> 6610 </histogram>
6611 6611
6612 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode"> 6612 <histogram name="Sqlite.Thumbnail.Error" enum="SqliteErrorCode">
6613 <summary>Error codes returned by sqlite for the thumbnail db.</summary> 6613 <summary>Error codes returned by sqlite for the thumbnail db.</summary>
6614 </histogram> 6614 </histogram>
6615 6615
6616 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode"> 6616 <histogram name="Sqlite.Web.Error" enum="SqliteErrorCode">
6617 <summary>Error codes returned by sqlite the web db.</summary> 6617 <summary>Error codes returned by sqlite the web db.</summary>
6618 </histogram> 6618 </histogram>
6619 6619
6620 <histogram name="Tab.RestoreResult" enum="BooleanSuccess">
6621 <summary>
6622 When the browser restores a tab, whether the load was successful. Loads can
6623 fail for instance when there is no connectivity.
6624 </summary>
6625 </histogram>
6626
6627 <histogram name="Tab.RestoreTime" units="ms">
6628 <summary>Load time for a successful tab restore.</summary>
6629 </histogram>
6630
6631 <histogram name="Tab.RestoreUserPersistence" enum="TabRestoreUserAction">
6632 <summary>
6633 When the browser restores a tab, whether the user waits for completion of
6634 the load or if the user gives up by switching to another tab or leaving
6635 Chrome.
6636 </summary>
6637 </histogram>
6638
6620 <histogram name="Tab.SwitchedToForegroundAge" units="ms"> 6639 <histogram name="Tab.SwitchedToForegroundAge" units="ms">
6621 <summary>Age (in ms) when the tab was switched to foreground.</summary> 6640 <summary>Age (in ms) when the tab was switched to foreground.</summary>
6622 </histogram> 6641 </histogram>
6623 6642
6624 <histogram name="Tab.SwitchedToForegroundLaunchedWithURL" 6643 <histogram name="Tab.SwitchedToForegroundLaunchedWithURL"
6625 enum="TabSwitchedToForegroundLaunchedWithURL"> 6644 enum="TabSwitchedToForegroundLaunchedWithURL">
6626 <summary> 6645 <summary>
6627 Each time a tab is brought to the foreground, this histogram indicates if 6646 Each time a tab is brought to the foreground, this histogram indicates if
6628 chrome was launched without an URL (i.e., from the launcher), or with an URL 6647 chrome was launched without an URL (i.e., from the launcher), or with an URL
6629 (i.e., from another app). 6648 (i.e., from another app).
(...skipping 3703 matching lines...) Expand 10 before | Expand all | Expand 10 after
10333 <int value="20" label="SQLITE_IOERR_SHMLOCK">Unused</int> 10352 <int value="20" label="SQLITE_IOERR_SHMLOCK">Unused</int>
10334 </enum> 10353 </enum>
10335 10354
10336 <enum name="SuspendStatus" type="int"> 10355 <enum name="SuspendStatus" type="int">
10337 <int value="0" label="Success"/> 10356 <int value="0" label="Success"/>
10338 <int value="1" label="Failure"/> 10357 <int value="1" label="Failure"/>
10339 <int value="2" label="Cancelled"/> 10358 <int value="2" label="Cancelled"/>
10340 <int value="3" label="Attempted"/> 10359 <int value="3" label="Attempted"/>
10341 </enum> 10360 </enum>
10342 10361
10362 <enum name="TabRestoreUserAction" type="int">
10363 <int value="0" label="Wait for completion"/>
10364 <int value="1" label="Leave tab (close tab/switch tab/go to tab switcher)"/>
10365 <int value="2" label="Leave Chrome"/>
10366 </enum>
10367
10343 <enum name="TabSwitchedToForegroundLaunchedWithURL" type="int"> 10368 <enum name="TabSwitchedToForegroundLaunchedWithURL" type="int">
10344 <int value="0" label="Launched without an URL"/> 10369 <int value="0" label="Launched without an URL"/>
10345 <int value="1" label="Launched with an URL"/> 10370 <int value="1" label="Launched with an URL"/>
10346 </enum> 10371 </enum>
10347 10372
10348 <enum name="TabSwitchedToForegroundRevisit" type="int"> 10373 <enum name="TabSwitchedToForegroundRevisit" type="int">
10349 <int value="0" label="First time"/> 10374 <int value="0" label="First time"/>
10350 <int value="1" label="Revisit"/> 10375 <int value="1" label="Revisit"/>
10351 </enum> 10376 </enum>
10352 10377
(...skipping 1341 matching lines...) Expand 10 before | Expand all | Expand 10 after
11694 <fieldtrial name="SSLResumption"> 11719 <fieldtrial name="SSLResumption">
11695 <group name="Resume_Handshake" label="Session Resumption"/> 11720 <group name="Resume_Handshake" label="Session Resumption"/>
11696 <group name="Full_Handshake" label="Full"/> 11721 <group name="Full_Handshake" label="Full"/>
11697 <affected-histogram name="Net.SSL_Connection_Latency"/> 11722 <affected-histogram name="Net.SSL_Connection_Latency"/>
11698 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 11723 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
11699 </fieldtrial> 11724 </fieldtrial>
11700 11725
11701 </fieldtrials> 11726 </fieldtrials>
11702 11727
11703 </histogram-configuration> 11728 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698