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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2315273002: Measure usage metrics to prepare for adaptive fetching rates in M55 (Closed)
Patch Set: Bernhard's comments Created 4 years, 3 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 | « ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.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 4cd6b2186811aa8ffefb23abd30e238852862c4e..27bbc4f731f79539b16ab7c02d9337aeb0438beb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -36788,6 +36788,37 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.UserClassifier.AverageHoursToOpenNTP" units="hours">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Android: The estimated average number of hours between two successive times
+ when a new tab page is opened. Recorded after each opening of a NTP (and
+ after updating the model used for the estimate).
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.UserClassifier.AverageHoursToShowSuggestions"
+ units="hours">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Android: The estimated average number of hours between two successive times
+ when the list of content suggestions on a new tab page is shown (i.e. when
+ the user scrolls below the fold). Recorded after each time the suggestions
+ are shown (and after updating the model used for the estimate).
+ </summary>
+</histogram>
+
+<histogram name="NewTabPage.UserClassifier.AverageHoursToUseSuggestions"
+ units="hours">
+ <owner>jkrcal@chromium.org</owner>
+ <summary>
+ Android: The estimated average number of hours between two successive times
+ when the user opens a content suggestion or clicks on the &quot;More&quot;
+ button. Recorded after each time a suggestion or a More button is clicked
+ (and after updating the model used for the estimate).
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.VisibleScreenshots">
<obsolete>
Deprecated 2016-02 (and not recorded for some time before that).
« no previous file with comments | « ios/chrome/browser/ntp_snippets/ios_chrome_content_suggestions_service_factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698