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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1736203002: [Contextual Search] Add metrics for Resolve and View timing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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 52a56ae69528647261eef5d481a2ba41e8e07fa1..b33f9de48ca1ffd962da8fa24e6b60ebd554d765 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44633,6 +44633,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.ContextualSearchLiteralResultsViewableDuration"
+ units="ms">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The time from starting a literal search until the results in the SERP start
+ to become viewable. Applies only to prefetched requests. Implemented for
+ Android.
+ </summary>
+</histogram>
+
<histogram name="Search.ContextualSearchLowPrioritySearchRequestStatus"
enum="ContextualSearchSearchRequestStatus">
<owner>donnd@chromium.org</owner>
@@ -44782,6 +44793,26 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.ContextualSearchResolutionDuration" units="ms">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The time from starting a resolving search until the Search Term Resolves.
+ Implemented for Android.
+ </summary>
+</histogram>
+
+<histogram name="Search.ContextualSearchResolvedResultsViewableDuration"
+ units="ms">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ The time from starting a resolving search until the results in the SERP
+ start to become viewable. Applies only to prefetched requests. Implemented
+ for Android.
+ </summary>
+</histogram>
+
<histogram name="Search.ContextualSearchResolvedTermWords"
enum="ContextualSearchResolvedTermWords">
<owner>donnd@chromium.org</owner>

Powered by Google App Engine
This is Rietveld 408576698