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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1949163006: NTP - Add a histogram tracking the time to load offline content. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add units Created 4 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/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java ('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 1dd9c545a78f4e7af695a67016fff27854fd05c0..f6e20fe65f68638a78de6b311d7ad3011b6c726e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33097,6 +33097,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.OfflineUrlsLoadTime" units="ms">
+ <owner>dewittj@chromium.org</owner>
+ <summary>
+ The amount of time spent waiting for the offline page model to return which
+ New Tab Page URLs are available offline.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.OtherSessionsMenu" enum="OtherSessionsActions">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<obsolete>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698