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

Unified 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: Improve description. Created 7 years, 5 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index fecd8a04c4665a07428dc687595e45e57840bd57..884e3c60c3ee59fbff98f723a68ba9fdcea617b0 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1085,6 +1085,12 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Canvas.ContextType" enum="CanvasContextType">
+ <summary>
+ Records the context type names used to create canvas rendering contexts.
Mark P 2013/08/02 15:40:58 for my edification (don't revise the comment): Is
+ </summary>
+</histogram>
+
<histogram name="Cellular.ActivationFailure">
<summary>
The count of cellular device activation failures (Chrome OS).
@@ -15547,6 +15553,13 @@ other types of suffix sets.
<int value="1" label="Wiped out"/>
</enum>
+<enum name="CanvasContextType" type="int">
+ <int value="0" label="2d"/>
+ <int value="1" label="webkit-3d"/>
+ <int value="2" label="experimental-webgl"/>
+ <int value="3" label="webgl"/>
+</enum>
+
<enum name="ChannelLayout" type="int">
<int value="0" label="CHANNEL_LAYOUT_NONE"/>
<int value="1" label="CHANNEL_LAYOUT_UNSUPPORTED"/>
@@ -20826,6 +20839,12 @@ other types of suffix sets.
<int value="2" label="Dismiss"/>
</enum>
+<enum name="SimpleCache.FileDescriptorLimitStatus" type="int">
+ <int value="0" label="Unsupported"/>
+ <int value="1" label="Supported but failed"/>
+ <int value="2" label="Succeeded"/>
+</enum>
+
<enum name="SimpleCacheHeaderSizeChange" type="int">
<int value="0" label="Written for the first time"/>
<int value="1" label="Rewritten with same size"/>
@@ -20834,12 +20853,6 @@ other types of suffix sets.
<int value="4" label="Unexpected header stream write"/>
</enum>
-<enum name="SimpleCache.FileDescriptorLimitStatus" type="int">
- <int value="0" label="Unsupported"/>
- <int value="1" label="Supported but failed"/>
- <int value="2" label="Succeeded"/>
-</enum>
-
<enum name="SimpleCacheIndexInitializeMethod" type="int">
<int value="0" label="Directory Scan"/>
<int value="1" label="Index File"/>
« 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