Index: tools/metrics/histograms/histograms.xml |
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml |
index 1ab43ba4ac96b04d3adebe858532cb222c2ad8f9..b8647e5dadd16fc2c57bf49293c59fec02dd9787 100644 |
--- a/tools/metrics/histograms/histograms.xml |
+++ b/tools/metrics/histograms/histograms.xml |
@@ -2274,6 +2274,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</summary> |
</histogram> |
+<histogram name="Ash.Wallpaper.ColorExtraction.Durations" units="ms"> |
+ <owner>bruthig@chromium.org</owner> |
+ <owner>tbuckley@chromium.org</owner> |
+ <summary> |
+ The time taken to extract colors from wallpapers. Recorded each time the |
+ wallpaper image changes. |
+ </summary> |
+</histogram> |
+ |
+<histogram name="Ash.Wallpaper.ColorExtraction.UserDelay" units="ms"> |
+ <owner>bruthig@chromium.org</owner> |
+ <owner>tbuckley@chromium.org</owner> |
+ <summary> |
+ 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 > 100 pixels. This includes time spent |
+ switching threads. |
+ </summary> |
+</histogram> |
+ |
<histogram name="Ash.Wallpaper.ColorExtractionResult" enum="BooleanSuccess"> |
<owner>bruthig@chromium.org</owner> |
<owner>tbuckley@chromium.org</owner> |
@@ -2312,11 +2332,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries. |
</histogram> |
<histogram name="Ash.Wallpaper.TimeSpentExtractingColors" units="ms"> |
+ <obsolete> |
+ Deprecated as of 04/2017 in favor of Ash.Wallpaper.ColorExtraction.Durations |
+ and Ash.Wallpaper.ColorExtraction.UserDelay. |
+ </obsolete> |
<owner>bruthig@chromium.org</owner> |
<owner>tbuckley@chromium.org</owner> |
<summary> |
The time taken to extract colors from wallpapers. Recorded each time the |
- wallpaper image changes. |
+ wallpaper image changes. NOTE, this measure also included the timespent |
Evan Stade
2017/04/20 21:37:15
nit: time spent
bruthig
2017/04/21 15:42:09
Done.
|
+ jumping between threads, thus it was deprecated in favor of |
+ Ash.Wallpaper.ColorExtraction.Durations. |
</summary> |
</histogram> |