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

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

Issue 1961943002: [NTP Snippets] Add histogram with fetch time (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@json_to_fetcher_5
Patch Set: 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a2ebfae6e95b4d84df5f394da96350dd067044b7..5187b7907163faf9e0587f3b164dc6aaa5215ce1 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -33385,6 +33385,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="NewTabPage.Snippets.FetchTime" units="ms">
+ <owner>mastiz@chromium.org</owner>
+ <summary>Time spent fetching snippets.</summary>
+</histogram>
+
<histogram name="NewTabPage.Snippets.IncompleteSnippetsAfterFetch"
enum="Boolean">
<owner>maybelle@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698