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

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

Issue 2894913003: [TTS] Move Ranker logging to inference time. (Closed)
Patch Set: Fix some asserts and minor cleanup. Created 3 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 fa74d34a3660ccd68011df6933550b8012829403..c131f0bd9fa7099d39c3a8bcc8226dff03530635 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -64828,6 +64828,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.ContextualSearchNotRankerSuppressedSeen"
+ enum="ContextualSearchResultsSeen">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ Whether search results were seen as part of a Contextual Search when Ranker
+ recommended that the UI NOT be suppressed. Implemented for Android.
+ </summary>
+</histogram>
+
<histogram name="Search.ContextualSearchPanelOpenDuration" units="ms">
<owner>donnd@chromium.org</owner>
<owner>twellington@chromium.org</owner>
@@ -65069,6 +65079,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Search.ContextualSearchRankerSuppressedSeen"
+ enum="ContextualSearchResultsSeen">
+ <owner>donnd@chromium.org</owner>
+ <owner>twellington@chromium.org</owner>
+ <summary>
+ Whether search results were seen as part of a Contextual Search when Ranker
+ recommended that the UI be suppressed. Implemented for Android.
+ </summary>
+</histogram>
+
<histogram name="Search.ContextualSearchRecentScrollNotSeen" units="ms">
<obsolete>
Deprecated 02/2017.

Powered by Google App Engine
This is Rietveld 408576698