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

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: Switched to using a separate timer. 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.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 52a56ae69528647261eef5d481a2ba41e8e07fa1..707cdb47138de0f351e0c3124153fcaf25210c7a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -44633,6 +44633,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.ContextualSearchLiteralSearchDuration" 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 +44792,25 @@ 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.ContextualSearchResolvedSearchDuration" 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>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchUma.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698