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

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, 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 8629 matching lines...) Expand 10 before | Expand all | Expand 10 after
8640 <summary> 8640 <summary>
8641 The time from injecting scripts for Chrome Translate to the finishing loads 8641 The time from injecting scripts for Chrome Translate to the finishing loads
8642 of all depending libraries. 8642 of all depending libraries.
8643 </summary> 8643 </summary>
8644 </histogram> 8644 </histogram>
8645 8645
8646 <histogram name="Translate.TimeToTranslate" units="milliseconds"> 8646 <histogram name="Translate.TimeToTranslate" units="milliseconds">
8647 <summary>The time from starting translation to the completion.</summary> 8647 <summary>The time from starting translation to the completion.</summary>
8648 </histogram> 8648 </histogram>
8649 8649
8650 <histogram name="Translate.UnavailableLanguage" enum="LanguageCode">
8651 <summary>
8652 Logs the source language when a Translate infobar is shown with an
8653 unsupported source language. There are two cases when this can occur: The
8654 first is when the user selects automatic language detection and the detected
8655 language is unsupported by the translation server because it is too minor.
8656 The other is when the infobar UI is broken and the user can directly choose
8657 the language. The former can happen because the language set of Chrome and
8658 that of the translation server may differ.
8659 </summary>
8660 </histogram>
8661
8662 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
8663 <summary>
8664 Logs an unsupported source language detected during initiation of the
8665 Translate feature. This is reported when the language detector successfully
8666 detects the language of the webpage, but the language is not supported by
8667 the translation server because it is too minor. This metric allows us to
8668 assess how important the unsupported language is for Google translate.
8669 </summary>
8670 </histogram>
8671
8650 <histogram name="Translate.UserActionDuration" units="milliseconds"> 8672 <histogram name="Translate.UserActionDuration" units="milliseconds">
8651 <summary> 8673 <summary>
8652 The time from a page content language being determined to user requesting 8674 The time from a page content language being determined to user requesting
8653 Chrome Translate. 8675 Chrome Translate.
8654 </summary> 8676 </summary>
8655 </histogram> 8677 </histogram>
8656 8678
8657 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome"> 8679 <histogram name="UMA.Perf.GetData" enum="GetPerfDataOutcome">
8658 <summary> 8680 <summary>
8659 A count of successes and various failure modes related to collecting and 8681 A count of successes and various failure modes related to collecting and
(...skipping 6715 matching lines...) Expand 10 before | Expand all | Expand 10 after
15375 <fieldtrial name="SSLResumption"> 15397 <fieldtrial name="SSLResumption">
15376 <group name="Resume_Handshake" label="Session Resumption"/> 15398 <group name="Resume_Handshake" label="Session Resumption"/>
15377 <group name="Full_Handshake" label="Full"/> 15399 <group name="Full_Handshake" label="Full"/>
15378 <affected-histogram name="Net.SSL_Connection_Latency"/> 15400 <affected-histogram name="Net.SSL_Connection_Latency"/>
15379 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 15401 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
15380 </fieldtrial> 15402 </fieldtrial>
15381 15403
15382 </fieldtrials> 15404 </fieldtrials>
15383 15405
15384 </histogram-configuration> 15406 </histogram-configuration>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698