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

Side-by-side diff isn't available for this file because of its large size.
Issue 2888393002: [Icon cacher] Add metrics for downloading favicons for NTP Tiles (Closed)
Patch Set: Comments of Chris Created 3 years, 7 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 3cb4e1df495072edb9f3a50c9caa48d1d4a48e68..5427e33976e0c2ca13429e1029dcb723dd3e2dff 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44059,6 +44059,27 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.TileFaviconFetched.popular"
rkaplow 2017/05/19 20:19:11 name nit, usually we do caps in between segments,
jkrcal 2017/05/22 07:59:42 Done.
+ enum="NTPTileFaviconFetchResult">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Mobile only. The result of fetching a favicon for a tile on the New Tab
+ Page. This is recorded for each gray PopularSites tile on the New Tab Page
+ once per updating the set of tiles (notably upon each NTP impression).
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.TileFaviconFetched.server"
+ enum="NTPTileFaviconFetchResult">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Mobile only. The result of fetching a favicon for a tile on the New Tab
+ Page. This is recorded for each gray MostVisited tile on the New Tab Page
+ once per lifetime of Chrome (there as an in-memory cache of failed
+ requests).
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.TileOfflineAvailable" enum="MostVisitedTileIndex">
<owner>treib@chromium.org</owner>
<summary>
« components/ntp_tiles/icon_cacher_impl.cc ('K') | « tools/metrics/histograms/enums.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698