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

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

Issue 2901723002: Record histogram of reason for quads not being put in an overlay. (Closed)
Patch Set: Created 3 years, 7 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
« cc/output/dc_layer_overlay.cc ('K') | « tools/metrics/histograms/enums.xml ('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 f454f6d977559f57c49c27f4dbb9421e964cdfb4..c3625972a0be87e08fb63d87861f6837bfb86ece 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22699,6 +22699,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.DirectComposition.DCLayerResult" enum="DCLayerResult">
+ <owner>jbauman@chromium.org</owner>
+ <summary>
+ Recorded for each quad (on overlay processing) the reason it was or wasn't
+ put in an overlay.
+ </summary>
+</histogram>
+
<histogram name="GPU.DirectComposition.FramesSinceColorSpaceChange"
units="frames">
<owner>jbauman@chromium.org</owner>
« cc/output/dc_layer_overlay.cc ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698