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

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

Issue 2799183002: Add UMA histogram about what format of swapchain is created for overlays (Closed)
Patch Set: rebase 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
« no previous file with comments | « gpu/ipc/service/direct_composition_surface_win.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 7998373e7886759715f13674a5840879a77867ed..23cf22d5d60b393534f0d5d3ff8f58959a099fd8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -21871,6 +21871,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Whether or not a frame displays an overlay.</summary>
</histogram>
+<histogram name="GPU.DirectComposition.SwapchainFormat" enum="SwapchainFormat">
+ <owner>jbauman@chromium.org</owner>
+ <summary>What type of swapchain was actually created for an overlay.</summary>
+</histogram>
+
<histogram name="GPU.DoLinkProgramTime" units="ms">
<owner>jmadill@chromium.org</owner>
<summary>
@@ -113015,6 +113020,11 @@ from previous Chrome versions.
<int value="3" label="Attempted"/>
</enum>
+<enum name="SwapchainFormat" type="int">
+ <int value="0" label="B8G8R8A8"/>
+ <int value="1" label="YUY2"/>
+</enum>
+
<enum name="SwReporterRunningTimeRegistryError" type="int">
<int value="0" label="No error"/>
<int value="1" label="Registry key invalid"/>
« no previous file with comments | « gpu/ipc/service/direct_composition_surface_win.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698