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

Unified Diff: tools/metrics/histograms/histograms.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 | « 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 c9ff8801f5d904a9953c0192f36f97000e90d549..c3cae8328cf9b9c006b8bd6c1091f864a06b1e08 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22709,6 +22709,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>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698