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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1133463005: Update all bookmarks which use an icon URL when a favicon's bitmap is updated (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@startup_do_not_unexpire
Patch Set: Created 5 years, 5 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 00e5a9355a0a00fa55c17adb3ba7314ff0a3952f..49d5d9a7a77638603cdf5570d4fbfe83501cc99c 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -2602,13 +2602,25 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Bookmarks.LaunchDepth">
<owner>yfriedman@chromium.org</owner>
<summary>
- Logs the depth of the bookmark in the bookmark tree hiearchy every time a
+ Logs the depth of the bookmark in the bookmark tree hierarchy every time a
bookmark is launched. Depth indicates how many levels below a permanent
bookmark folder the bookmark was found in (e.g. a bookmark immediately in
the bookmark bar has depth 1).
</summary>
</histogram>
+<histogram name="Bookmarks.OnFaviconsChangedIconURL" enum="BooleanHit">
+ <owner>pkotwicz@chromium.org</owner>
+ <summary>
+ Logs how frequently BookmarkModel::OnFaviconsChanged() is called with a
+ non-empty |icon_url| to determine whether BookmarkNodes should be cached
+ based on their favicon URLs (e.g. http://www.google.com/favicon.ico) in
+ addition to their page URLs (e.g. http://www.google.com). OnFaviconChanged()
+ is expected to be called less than 10 times per user per day with a
+ non-empty |icon_url|.
Ilya Sherman 2015/07/06 17:57:40 How do you plan to interpret the numbers in this h
pkotwicz 2015/07/06 18:47:30 I am planning on figuring out the average # of tim
Ilya Sherman 2015/07/07 02:40:36 Hmm, I'd discourage you from just looking at an av
+ </summary>
+</histogram>
+
<histogram name="BrowserRenderProcessHost.ChildCrashes" enum="RendererType">
<owner>wfh@chromium.org</owner>
<summary>Count of renderer process crashes grouped by type.</summary>

Powered by Google App Engine
This is Rietveld 408576698