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

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

Issue 2641073005: Add gamut entries to histograms.xml (Closed)
Patch Set: Created 3 years, 11 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 | « no previous file | 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 80ba3246ef7c4007e1ab497e458e1644c2fd933e..c825b5c45a1ae3658bff24c6420ef5c0716bb2b9 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -4270,6 +4270,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>Time spent on 2D canvas toDataURL API call.</summary>
</histogram>
+<histogram name="Blink.ColorGamut.Destination" enum="Gamut">
+ <owner>hubbe@chromium.org</owner>
+ <summary>Gamut properties of destination color space.</summary>
+</histogram>
+
+<histogram name="Blink.ColorGamut.Source" enum="Gamut">
+ <owner>hubbe@chromium.org</owner>
+ <summary>Gamut properties of image color space.</summary>
+</histogram>
+
<histogram name="Blink.ColorSpace.Destination" enum="Gamma">
<owner>msarett@chromium.org</owner>
<summary>Gamma properties of destination color space.</summary>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698