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

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: Modified the comments in histograms.xml 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') | ui/base/l10n/l10n_util.h » ('j') | 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 22ab0b304a14ee9ed1da3920f74429a981173668..d83f09298f2c69bbc9d5c0e1dbb7ca35c339a10d 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8608,6 +8608,26 @@ other types of suffix sets.
<summary>The time from starting translation to the completion.</summary>
</histogram>
+<histogram name="Translate.UnavailableLanguage" enum="LanguageCode">
+ <summary>
+ A source language of translation which is not available from the infobar in
+ the user locale. There are two cases when this is reported. The one is when
+ the user selects auto language detection and the detected language is so
+ minor. The other is when the inforbar UI is broken and the user can choose
+ the language. The former could happen because the language set of Chrome and
+ that of translation server may differ.
Ilya Sherman 2013/05/23 08:30:52 Thanks for expanding this -- much clearer now! ni
hajimehoshi 2013/05/23 08:49:22 Done.
+ </summary>
+</histogram>
+
+<histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
+ <summary>
+ An unsupported language for the translation. This is reported when the
+ language detector detects the language of the webpage, but this is so minor
+ that the translation server doesn't support. We can assess how important the
+ unsupported language is for Google translate by this metrics.
Ilya Sherman 2013/05/23 08:30:52 nit: Suggested rewording to incorporate a handful
hajimehoshi 2013/05/23 08:49:22 Done.
+ </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') | ui/base/l10n/l10n_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698