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

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: (Rebasing) Created 7 years, 6 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 8985 matching lines...) Expand 10 before | Expand all | Expand 10 after
8996 <summary> 8996 <summary>
8997 The time from injecting scripts for Chrome Translate to the finishing loads 8997 The time from injecting scripts for Chrome Translate to the finishing loads
8998 of all depending libraries. 8998 of all depending libraries.
8999 </summary> 8999 </summary>
9000 </histogram> 9000 </histogram>
9001 9001
9002 <histogram name="Translate.TimeToTranslate" units="milliseconds"> 9002 <histogram name="Translate.TimeToTranslate" units="milliseconds">
9003 <summary>The time from starting translation to the completion.</summary> 9003 <summary>The time from starting translation to the completion.</summary>
9004 </histogram> 9004 </histogram>
9005 9005
9006 <histogram name="Translate.UnavailableLanguage" enum="LanguageCode">
9007 <summary>
9008 Logs the source language when a Translate infobar is shown with an
9009 unsupported source language. There are two cases when this can occur: The
9010 first is when the user selects automatic language detection and the detected
9011 language is unsupported by the translation server because it is too minor.
9012 The other is when the infobar UI is broken and the user can directly choose
9013 the language. The former can happen because the language set of Chrome and
9014 that of the translation server may differ.
9015 </summary>
9016 </histogram>
9017
9018 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
9019 <summary>
9020 Logs an unsupported source language detected during initiation of the
9021 Translate feature. This is reported when the language detector successfully
9022 detects the language of the webpage, but the language is not supported by
9023 the translation server because it is too minor. This metric allows us to
9024 assess how important the unsupported language is for Google translate.
9025 </summary>
9026 </histogram>
9027
9006 <histogram name="Translate.UserActionDuration" units="milliseconds"> 9028 <histogram name="Translate.UserActionDuration" units="milliseconds">
9007 <summary> 9029 <summary>
9008 The time from a page content language being determined to user requesting 9030 The time from a page content language being determined to user requesting
9009 Chrome Translate. 9031 Chrome Translate.
9010 </summary> 9032 </summary>
9011 </histogram> 9033 </histogram>
9012 9034
9013 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome"> 9035 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome">
9014 <summary> 9036 <summary>
9015 A count of successes and various failure modes related to collecting and 9037 A count of successes and various failure modes related to collecting and
(...skipping 6758 matching lines...) Expand 10 before | Expand all | Expand 10 after
15774 <fieldtrial name="SSLResumption"> 15796 <fieldtrial name="SSLResumption">
15775 <group name="Resume_Handshake" label="Session Resumption"/> 15797 <group name="Resume_Handshake" label="Session Resumption"/>
15776 <group name="Full_Handshake" label="Full"/> 15798 <group name="Full_Handshake" label="Full"/>
15777 <affected-histogram name="Net.SSL_Connection_Latency"/> 15799 <affected-histogram name="Net.SSL_Connection_Latency"/>
15778 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15800 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15779 </fieldtrial> 15801 </fieldtrial>
15780 15802
15781 </fieldtrials> 15803 </fieldtrials>
15782 15804
15783 </histogram-configuration> 15805 </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