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

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

Issue 2351343002: Disable CA compositor if there are too many quads. (Closed)
Patch Set: Only look at RPDQs. Created 4 years, 3 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/overlay_unittest.cc ('k') | 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 8b5e2f9dc71f4538c40ea6bbbb547ec9d41acd91..80239d3a145b4ef9fa8d0fc3bda5e7c6da31e037 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -72025,6 +72025,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="20" label="RenderPassDrawQuad has a mask."/>
<int value="21" label="RenderPassDrawQuad has unconvertable filters."/>
<int value="22" label="RenderPassDrawQuad has a sorting context id."/>
+ <int value="23" label="Too many RenderPassDrawQuads."/>
</enum>
<enum name="CanvasContextType" type="int">
« no previous file with comments | « cc/output/overlay_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698