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

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: Moved ToLanguageCode back 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 language which is not available to show in the infobar in the user locale
8614 but used by the translate server.
Ilya Sherman 2013/05/22 08:34:31 I don't understand this description -- could you r
Takashi Toyoshima 2013/05/23 01:26:56 This metrics mean that Translate server returns a
hajimehoshi 2013/05/23 02:30:00 Done.
8615 </summary>
8616 </histogram>
8617
8618 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
8619 <summary>
8620 An unsupported language for the translation. This is reported when the
8621 translation is going to be initialized.
Ilya Sherman 2013/05/22 08:34:31 Likewise, I don't understand what the user flow is
Takashi Toyoshima 2013/05/23 01:26:56 Here, unsupported language means Google Translate
hajimehoshi 2013/05/23 02:30:00 Done.
8622 </summary>
8623 </histogram>
8624
8611 <histogram name="Translate.UserActionDuration" units="milliseconds"> 8625 <histogram name="Translate.UserActionDuration" units="milliseconds">
8612 <summary> 8626 <summary>
8613 The time from a page content language being determined to user requesting 8627 The time from a page content language being determined to user requesting
8614 Chrome Translate. 8628 Chrome Translate.
8615 </summary> 8629 </summary>
8616 </histogram> 8630 </histogram>
8617 8631
8618 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome"> 8632 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome">
8619 <summary> 8633 <summary>
8620 A count of successes and various failure modes related to collecting and 8634 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"> 15330 <fieldtrial name="SSLResumption">
15317 <group name="Resume_Handshake" label="Session Resumption"/> 15331 <group name="Resume_Handshake" label="Session Resumption"/>
15318 <group name="Full_Handshake" label="Full"/> 15332 <group name="Full_Handshake" label="Full"/>
15319 <affected-histogram name="Net.SSL_Connection_Latency"/> 15333 <affected-histogram name="Net.SSL_Connection_Latency"/>
15320 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15334 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15321 </fieldtrial> 15335 </fieldtrial>
15322 15336
15323 </fieldtrials> 15337 </fieldtrials>
15324 15338
15325 </histogram-configuration> 15339 </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