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

Side by Side 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 unified diff | Download patch
OLDNEW
1 <!-- 1 <!--
2 Copyright 2013 The Chromium Authors. All rights reserved. 2 Copyright 2013 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <!-- 7 <!--
8 This file is used to generate a comprehensive list of Chrome histograms along 8 This file is used to generate a comprehensive list of Chrome histograms along
9 with a detailed description for each histogram. 9 with a detailed description for each histogram.
10 10
(...skipping 8590 matching lines...) Expand 10 before | Expand all | Expand 10 after
8601 <summary> 8601 <summary>
8602 The time from injecting scripts for Chrome Translate to the finishing loads 8602 The time from injecting scripts for Chrome Translate to the finishing loads
8603 of all depending libraries. 8603 of all depending libraries.
8604 </summary> 8604 </summary>
8605 </histogram> 8605 </histogram>
8606 8606
8607 <histogram name="Translate.TimeToTranslate" units="milliseconds"> 8607 <histogram name="Translate.TimeToTranslate" units="milliseconds">
8608 <summary>The time from starting translation to the completion.</summary> 8608 <summary>The time from starting translation to the completion.</summary>
8609 </histogram> 8609 </histogram>
8610 8610
8611 <histogram name="Translate.UnavailableLanguage" enum="LanguageCode">
8612 <summary>
8613 A source language of translation which is not available from the infobar in
8614 the user locale. There are two cases when this is reported. The one is when
8615 the user selects auto language detection and the detected language is so
8616 minor. The other is when the inforbar UI is broken and the user can choose
8617 the language. The former could happen because the language set of Chrome and
8618 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.
8619 </summary>
8620 </histogram>
8621
8622 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
8623 <summary>
8624 An unsupported language for the translation. This is reported when the
8625 language detector detects the language of the webpage, but this is so minor
8626 that the translation server doesn't support. We can assess how important the
8627 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.
8628 </summary>
8629 </histogram>
8630
8611 <histogram name="Translate.UserActionDuration" units="milliseconds"> 8631 <histogram name="Translate.UserActionDuration" units="milliseconds">
8612 <summary> 8632 <summary>
8613 The time from a page content language being determined to user requesting 8633 The time from a page content language being determined to user requesting
8614 Chrome Translate. 8634 Chrome Translate.
8615 </summary> 8635 </summary>
8616 </histogram> 8636 </histogram>
8617 8637
8618 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome"> 8638 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome">
8619 <summary> 8639 <summary>
8620 A count of successes and various failure modes related to collecting and 8640 A count of successes and various failure modes related to collecting and
(...skipping 6695 matching lines...) Expand 10 before | Expand all | Expand 10 after
15316 <fieldtrial name="SSLResumption"> 15336 <fieldtrial name="SSLResumption">
15317 <group name="Resume_Handshake" label="Session Resumption"/> 15337 <group name="Resume_Handshake" label="Session Resumption"/>
15318 <group name="Full_Handshake" label="Full"/> 15338 <group name="Full_Handshake" label="Full"/>
15319 <affected-histogram name="Net.SSL_Connection_Latency"/> 15339 <affected-histogram name="Net.SSL_Connection_Latency"/>
15320 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15340 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15321 </fieldtrial> 15341 </fieldtrial>
15322 15342
15323 </fieldtrials> 15343 </fieldtrials>
15324 15344
15325 </histogram-configuration> 15345 </histogram-configuration>
OLDNEW
« 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