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 9377 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
9388 <summary> | 9388 <summary> |
9389 The time from injecting scripts for Chrome Translate to the finishing loads | 9389 The time from injecting scripts for Chrome Translate to the finishing loads |
9390 of all depending libraries. | 9390 of all depending libraries. |
9391 </summary> | 9391 </summary> |
9392 </histogram> | 9392 </histogram> |
9393 | 9393 |
9394 <histogram name="Translate.TimeToTranslate" units="milliseconds"> | 9394 <histogram name="Translate.TimeToTranslate" units="milliseconds"> |
9395 <summary>The time from starting translation to the completion.</summary> | 9395 <summary>The time from starting translation to the completion.</summary> |
9396 </histogram> | 9396 </histogram> |
9397 | 9397 |
| 9398 <histogram name="Translate.UndisplayableLanguage" enum="LanguageCode"> |
| 9399 <summary> |
| 9400 Logs an undisplayable language are included in the language list sent by the |
| 9401 Translate server. The Translate server sends the list each time the user |
| 9402 runs Chrome. This metrics tells us that there is a language which UI should |
| 9403 deal with but doesn't. |
| 9404 </summary> |
| 9405 </histogram> |
| 9406 |
9398 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> | 9407 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> |
9399 <summary> | 9408 <summary> |
9400 Logs an unsupported source language detected during initiation of the | 9409 Logs an unsupported source language detected during initiation of the |
9401 Translate feature. This is reported when the language detector successfully | 9410 Translate feature. This is reported when the language detector successfully |
9402 detects the language of the webpage, but the language is not supported by | 9411 detects the language of the webpage, but the language is not supported by |
9403 the translation server because it is too minor. This metric allows us to | 9412 the translation server because it is too minor. This metric allows us to |
9404 assess how important the unsupported language is for Google translate. | 9413 assess how important the unsupported language is for Google translate. |
9405 </summary> | 9414 </summary> |
9406 </histogram> | 9415 </histogram> |
9407 | 9416 |
(...skipping 7035 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16443 <fieldtrial name="SSLResumption"> | 16452 <fieldtrial name="SSLResumption"> |
16444 <group name="Resume_Handshake" label="Session Resumption"/> | 16453 <group name="Resume_Handshake" label="Session Resumption"/> |
16445 <group name="Full_Handshake" label="Full"/> | 16454 <group name="Full_Handshake" label="Full"/> |
16446 <affected-histogram name="Net.SSL_Connection_Latency"/> | 16455 <affected-histogram name="Net.SSL_Connection_Latency"/> |
16447 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> | 16456 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> |
16448 </fieldtrial> | 16457 </fieldtrial> |
16449 | 16458 |
16450 </fieldtrials> | 16459 </fieldtrials> |
16451 | 16460 |
16452 </histogram-configuration> | 16461 </histogram-configuration> |
OLD | NEW |