| 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 8591 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 8602 </histogram> | 8602 </histogram> |
| 8603 | 8603 |
| 8604 <histogram name="Profile.CreateTimeCanceled" units="milliseconds"> | 8604 <histogram name="Profile.CreateTimeCanceled" units="milliseconds"> |
| 8605 <summary> | 8605 <summary> |
| 8606 Time elapsed before the user decided to cancel creation of a new profile. | 8606 Time elapsed before the user decided to cancel creation of a new profile. |
| 8607 Since only managed-user profile creation can be canceled, this time comes | 8607 Since only managed-user profile creation can be canceled, this time comes |
| 8608 from managed-user registration. | 8608 from managed-user registration. |
| 8609 </summary> | 8609 </summary> |
| 8610 </histogram> | 8610 </histogram> |
| 8611 | 8611 |
| 8612 <histogram name="Renderer.DrawDuration" units="milliseconds"> |
| 8613 <summary>The time it takes for the compositor to draw a frame.</summary> |
| 8614 </histogram> |
| 8615 |
| 8616 <histogram name="Renderer.DrawDurationOverestimate" units="milliseconds"> |
| 8617 <summary> |
| 8618 The amount by which the compositor's draw duration was overestimated in a |
| 8619 particular frame (0 if the duration was perfectly predicted or |
| 8620 underestimated). |
| 8621 </summary> |
| 8622 </histogram> |
| 8623 |
| 8624 <histogram name="Renderer.DrawDurationUnderestimate" units="milliseconds"> |
| 8625 <summary> |
| 8626 The amount by which the compositor's draw duration was underestimated in a |
| 8627 particular frame (0 if the duration was perfectly predicted or |
| 8628 overestimated). |
| 8629 </summary> |
| 8630 </histogram> |
| 8631 |
| 8612 <histogram name="Renderer.PixelIncreaseFromTransitions"> | 8632 <histogram name="Renderer.PixelIncreaseFromTransitions"> |
| 8613 <summary> | 8633 <summary> |
| 8614 A lower-bound on the percentage increase in memory that would result from | 8634 A lower-bound on the percentage increase in memory that would result from |
| 8615 promoting all layers that have a webkit-transition on opacity or transform. | 8635 promoting all layers that have a webkit-transition on opacity or transform. |
| 8616 </summary> | 8636 </summary> |
| 8617 </histogram> | 8637 </histogram> |
| 8618 | 8638 |
| 8619 <histogram name="Renderer2.FinishDocToFinish"> | 8639 <histogram name="Renderer2.FinishDocToFinish"> |
| 8620 <summary> | 8640 <summary> |
| 8621 The time from when a document finished loading to when all it's resources | 8641 The time from when a document finished loading to when all it's resources |
| (...skipping 9563 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 18185 <group name="Disabled" label="Neither extra webstore link is visible"/> | 18205 <group name="Disabled" label="Neither extra webstore link is visible"/> |
| 18186 <group name="FooterLink" label="Link in bottom right of footer"/> | 18206 <group name="FooterLink" label="Link in bottom right of footer"/> |
| 18187 <group name="PlusIcon" label="Plus icon in apps page"/> | 18207 <group name="PlusIcon" label="Plus icon in apps page"/> |
| 18188 <affected-histogram name="Extensions.AppLaunch"/> | 18208 <affected-histogram name="Extensions.AppLaunch"/> |
| 18189 <affected-histogram name="NewTabPage.DefaultPageType"/> | 18209 <affected-histogram name="NewTabPage.DefaultPageType"/> |
| 18190 </fieldtrial> | 18210 </fieldtrial> |
| 18191 | 18211 |
| 18192 </fieldtrials> | 18212 </fieldtrials> |
| 18193 | 18213 |
| 18194 </histogram-configuration> | 18214 </histogram-configuration> |
| OLD | NEW |