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

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

Issue 15311006: Added and replaced some UMAs (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: (Rebasing) Created 7 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.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 df0bf271ae74e6db71323f86097bbb34a611cfb6..fdb429b3ad5bbc019babb89278af80c79c6cbfb5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -9017,6 +9017,16 @@ other types of suffix sets.
<summary>The time from starting translation to the completion.</summary>
</histogram>
+<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
+ <summary>
+ Logs an unsupported source language detected during initiation of the
+ Translate feature. This is reported when the language detector successfully
+ detects the language of the webpage, but the language is not supported by
+ the translation server because it is too minor. This metric allows us to
+ assess how important the unsupported language is for Google translate.
+ </summary>
+</histogram>
+
<histogram name="Translate.UserActionDuration" units="milliseconds">
<summary>
The time from a page content language being determined to user requesting
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698