OLD | NEW |
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 Loading... |
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 Loading... |
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> |
OLD | NEW |