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

Side by Side Diff: tools/metrics/histograms/histograms.xml

Issue 16072018: Translate: move Translate UMA entries to public histogramns.xml (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: (rebase) 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | 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 9303 matching lines...) Expand 10 before | Expand all | Expand 10 after
9314 <histogram name="Touchpad.ThreeFingerSwipe.Changed" enum="BooleanEnabled"> 9314 <histogram name="Touchpad.ThreeFingerSwipe.Changed" enum="BooleanEnabled">
9315 <summary> 9315 <summary>
9316 Tracks touchpad ThreeFingerSwipe setting changes by the user. 9316 Tracks touchpad ThreeFingerSwipe setting changes by the user.
9317 </summary> 9317 </summary>
9318 </histogram> 9318 </histogram>
9319 9319
9320 <histogram name="Touchpad.ThreeFingerSwipe.Started" enum="BooleanEnabled"> 9320 <histogram name="Touchpad.ThreeFingerSwipe.Started" enum="BooleanEnabled">
9321 <summary>Tracks touchpad ThreeFingerSwipe setting on startup.</summary> 9321 <summary>Tracks touchpad ThreeFingerSwipe setting on startup.</summary>
9322 </histogram> 9322 </histogram>
9323 9323
9324 <histogram name="Translate.AlwaysTranslateLang">
9325 <summary>
9326 The number of times the always translate option was selected in the
9327 translate infobar.
9328 </summary>
9329 </histogram>
9330
9324 <histogram name="Translate.CaptureText" units="milliseconds"> 9331 <histogram name="Translate.CaptureText" units="milliseconds">
9325 <summary> 9332 <summary>
9326 The time spent capturing plain text from the DOM. This is reported by 9333 The time spent capturing plain text from the DOM. This is reported by
9327 ChromeRenderViewObserver when a page is loaded completely. 9334 ChromeRenderViewObserver when a page is loaded completely.
9328 </summary> 9335 </summary>
9329 </histogram> 9336 </histogram>
9330 9337
9331 <histogram name="Translate.ContentLanguage" enum="TranslateLanguage"> 9338 <histogram name="Translate.ContentLanguage" enum="TranslateLanguage">
9332 <summary> 9339 <summary>
9333 A page may provide a Content-Language HTTP header or a META tag. For each 9340 A page may provide a Content-Language HTTP header or a META tag. For each
9334 page load, measures whether the Content-Language header exists and is valid. 9341 page load, measures whether the Content-Language header exists and is valid.
9335 </summary> 9342 </summary>
9336 </histogram> 9343 </histogram>
9337 9344
9345 <histogram name="Translate.DeclineTranslate">
9346 <summary>
9347 The number of times the &quot;Nope&quot; (don't translate) was clicked in
9348 the translate infobar.
9349 </summary>
9350 </histogram>
9351
9352 <histogram name="Translate.DeclineTranslateCloseInfobar">
9353 <summary>
9354 The number of times the translate infobar was closed without the user
9355 translating the page.
9356 </summary>
9357 </histogram>
9358
9338 <histogram name="Translate.HtmlLang" enum="TranslateLanguage"> 9359 <histogram name="Translate.HtmlLang" enum="TranslateLanguage">
9339 <summary> 9360 <summary>
9340 A page may provide a lang attribute in html tag. For each page load, 9361 A page may provide a lang attribute in html tag. For each page load,
9341 measures whether the lang attribute exists and is valid. 9362 measures whether the lang attribute exists and is valid.
9342 </summary> 9363 </summary>
9343 </histogram> 9364 </histogram>
9344 9365
9345 <histogram name="Translate.InitiationStatus" enum="TranslateInitiationStatus"> 9366 <histogram name="Translate.InitiationStatus" enum="TranslateInitiationStatus">
9346 <summary> 9367 <summary>
9347 The reason why Chrome decided to perform the next action (e.g., to show 9368 The reason why Chrome decided to perform the next action (e.g., to show
9348 infobar, to translate a page without any prompting, and so on) when Chrome 9369 infobar, to translate a page without any prompting, and so on) when Chrome
9349 Translate is ready to translate a page. 9370 Translate is ready to translate a page.
9350 </summary> 9371 </summary>
9351 </histogram> 9372 </histogram>
9352 9373
9353 <histogram name="Translate.LanguageVerification" 9374 <histogram name="Translate.LanguageVerification"
9354 enum="TranslateLanguageVerification"> 9375 enum="TranslateLanguageVerification">
9355 <summary> 9376 <summary>
9356 For each page load, measures whether the provided Content-Language header 9377 For each page load, measures whether the provided Content-Language header
9357 matches the language determined by CLD. 9378 matches the language determined by CLD.
9358 </summary> 9379 </summary>
9359 </histogram> 9380 </histogram>
9360 9381
9382 <histogram name="Translate.ModifyOriginalLang">
9383 <summary>
9384 The number of times the original language in the translate infobar has been
9385 changed.
9386 </summary>
9387 </histogram>
9388
9389 <histogram name="Translate.ModifyTargetLang">
9390 <summary>
9391 The number of times the target language in the translate infobar has been
9392 changed.
9393 </summary>
9394 </histogram>
9395
9396 <histogram name="Translate.NeverTranslateLang">
9397 <summary>
9398 The number of times the never translate option was selected in the translate
9399 infobar.
9400 </summary>
9401 </histogram>
9402
9403 <histogram name="Translate.NeverTranslateSite">
9404 <summary>
9405 The number of times the never translate site was selected in the translate
9406 infobar.
9407 </summary>
9408 </histogram>
9409
9361 <histogram name="Translate.PageScheme" enum="TranslateScheme"> 9410 <histogram name="Translate.PageScheme" enum="TranslateScheme">
9362 <summary>Counts translation target page schemes.</summary> 9411 <summary>Counts translation target page schemes.</summary>
9363 </histogram> 9412 </histogram>
9364 9413
9414 <histogram name="Translate.ReportLanguageDetectionError">
9415 <summary>
9416 The number of times the &quot;report this error&quot; of options menu is
9417 selected in the translate infobar.
9418 </summary>
9419 </histogram>
9420
9365 <histogram name="Translate.RevertTranslation"> 9421 <histogram name="Translate.RevertTranslation">
9366 <summary> 9422 <summary>
9367 The number of times the show original button was clicked in the translate 9423 The number of times the show original button was clicked in the translate
9368 infobar. 9424 infobar.
9369 </summary> 9425 </summary>
9370 </histogram> 9426 </histogram>
9371 9427
9428 <histogram name="Translate.ServerReportedUnsupportedLanguage">
9429 <summary>
9430 The number of times the detected language is not supported by Translate
9431 Element.
9432 </summary>
9433 </histogram>
9434
9435 <histogram name="Translate.ShowBeforeTranslateInfobar">
9436 <obsolete>
9437 Deprecated 7/2010. No longer tracked.
9438 </obsolete>
9439 <summary>
9440 The number of times an infobar proposing to translate a page has been shown.
9441 </summary>
9442 </histogram>
9443
9372 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError"> 9444 <histogram name="Translate.ShowErrorInfobar" enum="TranslateError">
9373 <summary> 9445 <summary>
9374 Chrome Translate shows an error infobar when an error happens on translation 9446 Chrome Translate shows an error infobar when an error happens on translation
9375 and the infobar message depends on what kind of error happens. This metric 9447 and the infobar message depends on what kind of error happens. This metric
9376 counts how often each error message is shown. 9448 counts how often each error message is shown.
9377 </summary> 9449 </summary>
9378 </histogram> 9450 </histogram>
9379 9451
9380 <histogram name="Translate.TimeToBeReady" units="milliseconds"> 9452 <histogram name="Translate.TimeToBeReady" units="milliseconds">
9381 <summary> 9453 <summary>
9382 The time from injecting scripts for Chrome Translate to being ready to 9454 The time from injecting scripts for Chrome Translate to being ready to
9383 perform translation. 9455 perform translation.
9384 </summary> 9456 </summary>
9385 </histogram> 9457 </histogram>
9386 9458
9387 <histogram name="Translate.TimeToLoad" units="milliseconds"> 9459 <histogram name="Translate.TimeToLoad" units="milliseconds">
9388 <summary> 9460 <summary>
9389 The time from injecting scripts for Chrome Translate to the finishing loads 9461 The time from injecting scripts for Chrome Translate to the finishing loads
9390 of all depending libraries. 9462 of all depending libraries.
9391 </summary> 9463 </summary>
9392 </histogram> 9464 </histogram>
9393 9465
9394 <histogram name="Translate.TimeToTranslate" units="milliseconds"> 9466 <histogram name="Translate.TimeToTranslate" units="milliseconds">
9395 <summary>The time from starting translation to the completion.</summary> 9467 <summary>The time from starting translation to the completion.</summary>
9396 </histogram> 9468 </histogram>
9397 9469
9470 <histogram name="Translate.Translate">
9471 <summary>
9472 The number of times the translate button was clicked in the translate
9473 infobar.
9474 </summary>
9475 </histogram>
9476
9398 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode"> 9477 <histogram name="Translate.UnsupportedLanguageAtInitiation" enum="LanguageCode">
9399 <summary> 9478 <summary>
9400 Logs an unsupported source language detected during initiation of the 9479 Logs an unsupported source language detected during initiation of the
9401 Translate feature. This is reported when the language detector successfully 9480 Translate feature. This is reported when the language detector successfully
9402 detects the language of the webpage, but the language is not supported by 9481 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 9482 the translation server because it is too minor. This metric allows us to
9404 assess how important the unsupported language is for Google translate. 9483 assess how important the unsupported language is for Google translate.
9405 </summary> 9484 </summary>
9406 </histogram> 9485 </histogram>
9407 9486
(...skipping 7035 matching lines...) Expand 10 before | Expand all | Expand 10 after
16443 <fieldtrial name="SSLResumption"> 16522 <fieldtrial name="SSLResumption">
16444 <group name="Resume_Handshake" label="Session Resumption"/> 16523 <group name="Resume_Handshake" label="Session Resumption"/>
16445 <group name="Full_Handshake" label="Full"/> 16524 <group name="Full_Handshake" label="Full"/>
16446 <affected-histogram name="Net.SSL_Connection_Latency"/> 16525 <affected-histogram name="Net.SSL_Connection_Latency"/>
16447 <affected-histogram name="Net.SSL_Connection_Latency_Google"/> 16526 <affected-histogram name="Net.SSL_Connection_Latency_Google"/>
16448 </fieldtrial> 16527 </fieldtrial>
16449 16528
16450 </fieldtrials> 16529 </fieldtrials>
16451 16530
16452 </histogram-configuration> 16531 </histogram-configuration>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698