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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2938543002: Detect HDR capability (Closed)
Patch Set: moved to dc surface 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
« tools/metrics/histograms/enums.xml ('K') | « 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 78a757d7251b25850c11d988425f1852ccb3ed1e..51a84721ad73087ef8432d708973073f2de91a2f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -23537,6 +23537,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.
Mark P 2017/06/26 20:40:11 "if" is that typo? Should it be removed?
hubbe 2017/06/26 21:01:21 Done.
+ Recorded when the gpu process starts.
Mark P 2017/06/26 20:40:11 It looks like this is recorded in a loop, and can
hubbe 2017/06/26 21:01:21 EnumOutputs really isn't expected to fail. However
Mark P 2017/06/26 21:30:59 Should you have a CHECK() / LOG(FATAL) in the code
hubbe 2017/06/26 22:08:58 If we put in a uma histogram for every windows api
Mark P 2017/06/26 22:17:48 The histogram description should be clear then tha
hubbe 2017/06/26 22:24:19 Seems a little redundant, but ok.
+ </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.
Mark P 2017/06/26 20:40:11 Uh, the other descriptions don't mention Windows.
hubbe 2017/06/26 21:01:21 I updated GPU.Output.ColorSpace GPU.Output.HDR is
+ 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>
« tools/metrics/histograms/enums.xml ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698