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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2809473003: Switch DirectComposition layers to BGRA if overlay allocation fails. (Closed)
Patch Set: improve Created 3 years, 8 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 573a82fc85f79fa58b750b1d80785fba34266952..71ec46cbd3e3a8590f1f7517d47536bbee9d4ec6 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21879,6 +21879,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.DirectComposition.FramesSinceColorSpaceChange"
+ units="frames">
+ <owner>jbauman@chromium.org</owner>
+ <summary>
+ How many frames since the last time the layer color format was changed.
+ </summary>
+</histogram>
+
<histogram name="GPU.DirectComposition.OverlaysSupported"
enum="BooleanOverlaySupported">
<owner>jbauman@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698