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

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

Issue 2710953002: Add metrics for quantity and type of Favicon candidates (Closed)
Patch Set: Use UMA_HISTOGRAM_COUNTS_100 and update histograms description Created 3 years, 10 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 f7fd8937c039f19f0327adf824671dab93cf2849..fb4743f196aafcfb2839a64e1808596d7c059a11 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -19300,6 +19300,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Favicons.CandidatesCount">
+ <owner>fhorschig@chromium.org</owner>
+ <summary>
pkotwicz 2017/02/27 18:54:57 How about: "Records the number of favicon <link> t
fhorschig 2017/03/01 20:56:01 Thank you very much!
+ The total number favicon URLs that were available after finishing a
+ navigation to a page.
+ </summary>
+</histogram>
+
+<histogram name="Favicons.CandidatesWithDefinedSizesCount">
+ <owner>fhorschig@chromium.org</owner>
+ <summary>
pkotwicz 2017/02/27 18:54:57 How about: "Records the number of favicon <link> t
fhorschig 2017/03/01 20:56:01 Thanks, again.
+ Records how many available favicon candidates provided what number size
+ definitions.
+ </summary>
+</histogram>
+
+<histogram name="Favicons.CandidatesWithLargeIconsCount">
+ <owner>fhorschig@chromium.org</owner>
+ <summary>
pkotwicz 2017/02/27 18:54:57 How about: "Records the number of apple-touch-icon
fhorschig 2017/03/01 20:56:01 Thanks
+ Records how many available favicon candidates provided what number of large
+ icon.
+ </summary>
+</histogram>
+
<histogram name="FileBrowser.CloudImport.UserAction"
enum="CloudImportUserAction">
<owner>smckay@google.com</owner>

Powered by Google App Engine
This is Rietveld 408576698