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

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

Issue 21835003: Add canvas context type histogram (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 4 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 1067 matching lines...) Expand 10 before | Expand all | Expand 10 after
1078 </histogram> 1078 </histogram>
1079 1079
1080 <histogram name="Bluetooth.PairingResult" enum="BluetoothPairingResult"> 1080 <histogram name="Bluetooth.PairingResult" enum="BluetoothPairingResult">
1081 <summary> 1081 <summary>
1082 Records the result of pairing each Bluetooth Device. Used to understand 1082 Records the result of pairing each Bluetooth Device. Used to understand
1083 whether we are having significant problems with Bluetooth pairing and seeing 1083 whether we are having significant problems with Bluetooth pairing and seeing
1084 errors more commonly than we should. 1084 errors more commonly than we should.
1085 </summary> 1085 </summary>
1086 </histogram> 1086 </histogram>
1087 1087
1088 <histogram name="Canvas.ContextType" enum="CanvasContextType">
1089 <summary>
1090 The context type passed into the getContext() canvas function. Used to track
Mark P 2013/08/02 14:46:14 This sounds icky. Most histograms are emitted on
Sami 2013/08/02 15:30:39 You're right, my first stab of the description was
1091 which names are being used to create canvas rendering contexts.
1092 </summary>
1093 </histogram>
1094
1088 <histogram name="Cellular.ActivationFailure"> 1095 <histogram name="Cellular.ActivationFailure">
1089 <summary> 1096 <summary>
1090 The count of cellular device activation failures (Chrome OS). 1097 The count of cellular device activation failures (Chrome OS).
1091 </summary> 1098 </summary>
1092 </histogram> 1099 </histogram>
1093 1100
1094 <histogram name="Cellular.ActivationTry"> 1101 <histogram name="Cellular.ActivationTry">
1095 <summary>The count of cellular device activation tries (Chrome OS).</summary> 1102 <summary>The count of cellular device activation tries (Chrome OS).</summary>
1096 </histogram> 1103 </histogram>
1097 1104
(...skipping 14442 matching lines...) Expand 10 before | Expand all | Expand 10 after
15540 <enum name="BooleanValid" type="int"> 15547 <enum name="BooleanValid" type="int">
15541 <int value="0" label="Invalid"/> 15548 <int value="0" label="Invalid"/>
15542 <int value="1" label="Valid"/> 15549 <int value="1" label="Valid"/>
15543 </enum> 15550 </enum>
15544 15551
15545 <enum name="BooleanWiped" type="int"> 15552 <enum name="BooleanWiped" type="int">
15546 <int value="0" label="Re-enabled"/> 15553 <int value="0" label="Re-enabled"/>
15547 <int value="1" label="Wiped out"/> 15554 <int value="1" label="Wiped out"/>
15548 </enum> 15555 </enum>
15549 15556
15557 <enum name="CanvasContextType" type="int">
15558 <int value="0" label="2d"/>
15559 <int value="1" label="webkit-3d"/>
15560 <int value="2" label="experimental-webgl"/>
15561 <int value="3" label="webgl"/>
15562 </enum>
15563
15550 <enum name="ChannelLayout" type="int"> 15564 <enum name="ChannelLayout" type="int">
15551 <int value="0" label="CHANNEL_LAYOUT_NONE"/> 15565 <int value="0" label="CHANNEL_LAYOUT_NONE"/>
15552 <int value="1" label="CHANNEL_LAYOUT_UNSUPPORTED"/> 15566 <int value="1" label="CHANNEL_LAYOUT_UNSUPPORTED"/>
15553 <int value="2" label="CHANNEL_LAYOUT_MONO"/> 15567 <int value="2" label="CHANNEL_LAYOUT_MONO"/>
15554 <int value="3" label="CHANNEL_LAYOUT_STEREO"/> 15568 <int value="3" label="CHANNEL_LAYOUT_STEREO"/>
15555 <int value="4" label="CHANNEL_LAYOUT_2_1"/> 15569 <int value="4" label="CHANNEL_LAYOUT_2_1"/>
15556 <int value="5" label="CHANNEL_LAYOUT_SURROUND"/> 15570 <int value="5" label="CHANNEL_LAYOUT_SURROUND"/>
15557 <int value="6" label="CHANNEL_LAYOUT_4POINT0"/> 15571 <int value="6" label="CHANNEL_LAYOUT_4POINT0"/>
15558 <int value="7" label="CHANNEL_LAYOUT_2_2"/> 15572 <int value="7" label="CHANNEL_LAYOUT_2_2"/>
15559 <int value="8" label="CHANNEL_LAYOUT_QUAD"/> 15573 <int value="8" label="CHANNEL_LAYOUT_QUAD"/>
(...skipping 5259 matching lines...) Expand 10 before | Expand all | Expand 10 after
20819 <int value="2" label="Extension re-enabled"/> 20833 <int value="2" label="Extension re-enabled"/>
20820 <int value="3" label="Extension uninstalled"/> 20834 <int value="3" label="Extension uninstalled"/>
20821 </enum> 20835 </enum>
20822 20836
20823 <enum name="SideloadWipeoutBubble" type="int"> 20837 <enum name="SideloadWipeoutBubble" type="int">
20824 <int value="0" label="Learn more"/> 20838 <int value="0" label="Learn more"/>
20825 <int value="1" label="Settings page"/> 20839 <int value="1" label="Settings page"/>
20826 <int value="2" label="Dismiss"/> 20840 <int value="2" label="Dismiss"/>
20827 </enum> 20841 </enum>
20828 20842
20843 <enum name="SimpleCache.FileDescriptorLimitStatus" type="int">
20844 <int value="0" label="Unsupported"/>
20845 <int value="1" label="Supported but failed"/>
20846 <int value="2" label="Succeeded"/>
20847 </enum>
20848
20829 <enum name="SimpleCacheHeaderSizeChange" type="int"> 20849 <enum name="SimpleCacheHeaderSizeChange" type="int">
20830 <int value="0" label="Written for the first time"/> 20850 <int value="0" label="Written for the first time"/>
20831 <int value="1" label="Rewritten with same size"/> 20851 <int value="1" label="Rewritten with same size"/>
20832 <int value="2" label="Rewritten with larger size"/> 20852 <int value="2" label="Rewritten with larger size"/>
20833 <int value="3" label="Rewritten with smaller size"/> 20853 <int value="3" label="Rewritten with smaller size"/>
20834 <int value="4" label="Unexpected header stream write"/> 20854 <int value="4" label="Unexpected header stream write"/>
20835 </enum> 20855 </enum>
20836 20856
20837 <enum name="SimpleCache.FileDescriptorLimitStatus" type="int">
20838 <int value="0" label="Unsupported"/>
20839 <int value="1" label="Supported but failed"/>
20840 <int value="2" label="Succeeded"/>
20841 </enum>
20842
20843 <enum name="SimpleCacheIndexInitializeMethod" type="int"> 20857 <enum name="SimpleCacheIndexInitializeMethod" type="int">
20844 <int value="0" label="Directory Scan"/> 20858 <int value="0" label="Directory Scan"/>
20845 <int value="1" label="Index File"/> 20859 <int value="1" label="Index File"/>
20846 <int value="2" label="New Cache"/> 20860 <int value="2" label="New Cache"/>
20847 </enum> 20861 </enum>
20848 20862
20849 <enum name="SimpleCacheOpenEntryIndexState" type="int"> 20863 <enum name="SimpleCacheOpenEntryIndexState" type="int">
20850 <int value="0" label="No index"/> 20864 <int value="0" label="No index"/>
20851 <int value="1" label="Hit"/> 20865 <int value="1" label="Hit"/>
20852 <int value="2" label="Miss"/> 20866 <int value="2" label="Miss"/>
(...skipping 3196 matching lines...) Expand 10 before | Expand all | Expand 10 after
24049 <group name="Disabled" label="Neither extra webstore link is visible"/> 24063 <group name="Disabled" label="Neither extra webstore link is visible"/>
24050 <group name="FooterLink" label="Link in bottom right of footer"/> 24064 <group name="FooterLink" label="Link in bottom right of footer"/>
24051 <group name="PlusIcon" label="Plus icon in apps page"/> 24065 <group name="PlusIcon" label="Plus icon in apps page"/>
24052 <affected-histogram name="Extensions.AppLaunch"/> 24066 <affected-histogram name="Extensions.AppLaunch"/>
24053 <affected-histogram name="NewTabPage.DefaultPageType"/> 24067 <affected-histogram name="NewTabPage.DefaultPageType"/>
24054 </fieldtrial> 24068 </fieldtrial>
24055 24069
24056 </fieldtrials> 24070 </fieldtrials>
24057 24071
24058 </histogram-configuration> 24072 </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