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

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

Issue 2938543002: Detect HDR capability (Closed)
Patch Set: histograms updated 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 2066ab170e99b48ffbc46b490a0439b07c9b7ca5..578ce0060ab261df71f58d7e77851d114ff8d431 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23550,6 +23550,36 @@ 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 the output color space of the monitor as reported by Windows.
+ Recorded once for each monitor when the gpu process starts.
+ If monitor enumeration fails, this metric will not be provided.
+ </summary>
+</histogram>
+
+<histogram name="GPU.Output.HDR" enum="Boolean">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records if any connected monitor is HDR capable. Recorded when the gpu process
+ starts. Only recorded on Windows as of M-61.
+ If monitor enumeration fails, this metric will not be provided.
+ </summary>
+</histogram>
+
+<histogram name="GPU.Output.MaxLuminance" units="lumens">
+ <owner>hubbe@chromium.org</owner>
+ <owner>media-dev@chromium.org</owner>
+ <summary>
+ Records the display maximum lumens as reported by Windows.
+ Recorded once for each monitor when the gpu process starts.
+ If monitor enumeration fails, this metric will not be provided.
+ </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>
« 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