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

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: Rebased. 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:
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 6cf7ae93bf0c4a4eefaf2599bee04b57eed575d0..ed183b47684f8c5e1d16e4412843cf24be541822 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.
+ </summary>
+</histogram>
+
<histogram name="Cellular.ActivationFailure">
<summary>
The count of cellular device activation failures (Chrome OS).
@@ -15754,6 +15760,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"/>
« 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