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

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
« no previous file with comments | « chrome/browser/translate/translate_manager_metrics_unittest.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 8999 matching lines...) Expand 10 before | Expand all | Expand 10 after
9010 <summary> 9010 <summary>
9011 The time from injecting scripts for Chrome Translate to the finishing loads 9011 The time from injecting scripts for Chrome Translate to the finishing loads
9012 of all depending libraries. 9012 of all depending libraries.
9013 </summary> 9013 </summary>
9014 </histogram> 9014 </histogram>
9015 9015
9016 <histogram name="Translate.TimeToTranslate" units="milliseconds"> 9016 <histogram name="Translate.TimeToTranslate" units="milliseconds">
9017 <summary>The time from starting translation to the completion.</summary> 9017 <summary>The time from starting translation to the completion.</summary>
9018 </histogram> 9018 </histogram>
9019 9019
9020 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
9021 <summary>
9022 Logs an unsupported source language detected during initiation of the
9023 Translate feature. This is reported when the language detector successfully
9024 detects the language of the webpage, but the language is not supported by
9025 the translation server because it is too minor. This metric allows us to
9026 assess how important the unsupported language is for Google translate.
9027 </summary>
9028 </histogram>
9029
9020 <histogram name="Translate.UserActionDuration" units="milliseconds"> 9030 <histogram name="Translate.UserActionDuration" units="milliseconds">
9021 <summary> 9031 <summary>
9022 The time from a page content language being determined to user requesting 9032 The time from a page content language being determined to user requesting
9023 Chrome Translate. 9033 Chrome Translate.
9024 </summary> 9034 </summary>
9025 </histogram> 9035 </histogram>
9026 9036
9027 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome"> 9037 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome">
9028 <summary> 9038 <summary>
9029 A count of successes and various failure modes related to collecting and 9039 A count of successes and various failure modes related to collecting and
(...skipping 6789 matching lines...) Expand 10 before | Expand all | Expand 10 after
15819 <fieldtrial name="SSLResumption"> 15829 <fieldtrial name="SSLResumption">
15820 <group name="Resume_Handshake" label="Session Resumption"/> 15830 <group name="Resume_Handshake" label="Session Resumption"/>
15821 <group name="Full_Handshake" label="Full"/> 15831 <group name="Full_Handshake" label="Full"/>
15822 <affected-histogram name="Net.SSL_Connection_Latency"/> 15832 <affected-histogram name="Net.SSL_Connection_Latency"/>
15823 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15833 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15824 </fieldtrial> 15834 </fieldtrial>
15825 15835
15826 </fieldtrials> 15836 </fieldtrials>
15827 15837
15828 </histogram-configuration> 15838 </histogram-configuration>
OLDNEW
« 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