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

Unified Diff: tools/metrics/histograms/enums.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 2901723002: Record histogram of reason for quads not being put in an overlay. (Closed)
Patch Set: put in one function Created 3 years, 6 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 | « cc/output/dc_layer_overlay.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/enums.xml
diff --git a/tools/metrics/histograms/enums.xml b/tools/metrics/histograms/enums.xml
index 072063e21c2d19ccc91f66090724709e9106fc36..89326d531ab1d6633d67e2f53cd294ab35ccaa94 100644
--- a/tools/metrics/histograms/enums.xml
+++ b/tools/metrics/histograms/enums.xml
@@ -6875,6 +6875,15 @@ uploading your change for review. These are checked by presubmit scripts.
<int value="40" label="LargeIconService"/>
</enum>
+<enum name="DCLayerResult" type="int">
+ <int value="0" label="Success"/>
+ <int value="1" label="Failed unsupported quad"/>
+ <int value="2" label="Failed quad blend mode"/>
+ <int value="3" label="Failed texture not candidate"/>
+ <int value="4" label="Failed occluded"/>
+ <int value="5" label="Failed complex transform"/>
+</enum>
+
<enum name="DeclarativeAPIFunctionType" type="int">
<int value="0" label="kDeclarativeContentAddRules"/>
<int value="1" label="kDeclarativeContentRemoveRules"/>
« no previous file with comments | « cc/output/dc_layer_overlay.cc ('k') | tools/metrics/histograms/histograms.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698