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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2423193003: [NTP Snippets] Add UMA for database load time (Closed)
Patch Set: ms Created 4 years, 2 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 | « components/ntp_snippets/remote/ntp_snippets_service.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 01008b11f9b48e9614d25e67e4ea1f0879b0c18a..880b72ab6a31b7de9a95c17102628dad5561a35b 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -37799,6 +37799,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.Snippets.DatabaseLoadTime" units="ms">
+ <owner>treib@chromium.org</owner>
+ <summary>
+ Android: The time it took to load the database of persisted content
+ suggestions. Recorded only when the database is loaded successfully.
+ </summary>
+</histogram>
+
<histogram name="NewTabPage.Snippets.FetchHttpResponseOrErrorCode"
enum="CombinedHttpResponseAndNetErrorCode">
<owner>mastiz@chromium.org</owner>
« no previous file with comments | « components/ntp_snippets/remote/ntp_snippets_service.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698