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

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

Issue 2943333003: Extracting more than one wallpaper prominent color (Closed)
Patch Set: possible uninitialized local value 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') | ui/gfx/color_analysis.h » ('j') | 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 e8474f2ae820ef9254d8ced010f9822e65b3c0ec..3f58cb2e27cf9e67f30f170f5a358afcfd671520 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2529,7 +2529,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>tbuckley@chromium.org</owner>
<summary>
The time taken to extract colors from wallpapers. Recorded each time the
- wallpaper image changes.
+ wallpaper image changes. It may contain multiple colors extracted.
</summary>
</histogram>
@@ -2540,11 +2540,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
The time taken to extract colors from 'expensive' wallpapers. Recorded each
time the wallpaper image changes and the color extraction is expected to be
expensive, e.g. image size &gt; 100 pixels. This includes time spent
- switching threads.
+ switching threads. It may contain multiple colors extracted.
</summary>
</histogram>
<histogram name="Ash.Wallpaper.ColorExtractionResult" enum="BooleanSuccess">
+ <obsolete>
+ Deprecated as of 6/2017.
+ </obsolete>
<owner>bruthig@chromium.org</owner>
<owner>tbuckley@chromium.org</owner>
<summary>
@@ -2553,6 +2556,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Ash.Wallpaper.ColorExtractionResult2"
+ enum="WallpaperColorExtractionResult">
+ <owner>warx@chromium.org</owner>
+ <owner>tbuckley@chromium.org</owner>
+ <summary>
+ Tracks the success rate for wallpaper color extraction. Recorded each time
+ the wallpaper image changes for each extracted wallpaper prominent color.
+ </summary>
+</histogram>
+
<histogram name="Ash.Wallpaper.CustomLayout" enum="WallpaperLayout">
<owner>xdai@chromium.org</owner>
<summary>
« no previous file with comments | « tools/metrics/histograms/enums.xml ('k') | ui/gfx/color_analysis.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698