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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2860573005: Log runtime of StartLoadingFavicon and OnFaviconDataAvailable for JumpList (Closed)
Patch Set: Add TODO to remove the UMA metric. 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
« no previous file with comments | « chrome/browser/win/jumplist.cc ('k') | no next file » | 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 45067c84ce74a7a239984b50c5735b4f3f1ead78..854cc0407b098f67edd498f314672ff0160173cf 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -82843,6 +82843,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="WinJumplist.OnFaviconDataAvailableDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>Time spent in OnFaviconDataAvailable().</summary>
+</histogram>
+
+<histogram name="WinJumplist.StartLoadingFaviconDuration" units="ms">
+ <owner>chengx@chromium.org</owner>
+ <summary>Time spent in StartLoadingFavicon().</summary>
+</histogram>
+
<histogram name="WinJumplist.UpdateJumpListDuration" units="ms">
<obsolete>
Obsolete 04/20/2017 as it's no longer accurate due to the code change.
« no previous file with comments | « chrome/browser/win/jumplist.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698