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

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

Issue 2938543002: Detect HDR capability (Closed)
Patch Set: compile fix 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index f3310ae980f2d4175e6d6fbb70a9ef1a33b0d6ab..5377a502ae6e37cdc8c8a9172e8aaf7e090b7a5d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23445,6 +23445,33 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="GPU.Output.ColorSpace" enum="DXGI_COLOR_SPACE_TYPE">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records if the output color space of the monitor as reported by DXGI.
+ Recorded when the gpu process starts.
+ </summary>
+</histogram>
+
+<histogram name="GPU.Output.HDR" enum="Boolean">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records if the output monitor is HDR capable. Recorded when the gpu process
+ starts.
+ </summary>
+</histogram>
+
+<histogram name="GPU.Output.MaxLuminance" units="lumens">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records if the display maximum lumens as reported by windows.
+ Recorded when the gpu process starts.
+ </summary>
+</histogram>
+
<histogram name="GPU.ProgramCache.BinaryCacheHitTime" units="microseconds">
<owner>vmiura@chromium.org</owner>
<summary>The time to load a gpu program from the program cache.</summary>
« gpu/ipc/service/child_window_surface_win.h ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698