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

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

Issue 16574002: Estimate draw duration in SchedulerClient (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add UMA stats 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
« cc/trees/thread_proxy.cc ('K') | « cc/trees/thread_proxy.cc ('k') | 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 8591 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 amout by which the compositor's draw duration was overestimated in a
jar (doing other things) 2013/06/12 19:09:38 amout-->amount
ajuma 2013/06/12 19:28:52 Fixed.
8619 particular frame.
8620 </summary>
8621 </histogram>
8622
8623 <histogram name="Renderer.DrawDurationUnderestimate" units="milliseconds">
8624 <summary>
8625 The amount by which the compositor's draw duration was underestimated in a
jar (doing other things) 2013/06/12 19:09:38 Can you also explain when a sample is added? For
ajuma 2013/06/12 19:28:52 We always add a sample to all 3 (e.g. adding a sam
8626 particular frame.
8627 </summary>
8628 </histogram>
8629
8612 <histogram name="Renderer.PixelIncreaseFromTransitions"> 8630 <histogram name="Renderer.PixelIncreaseFromTransitions">
8613 <summary> 8631 <summary>
8614 A lower-bound on the percentage increase in memory that would result from 8632 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. 8633 promoting all layers that have a webkit-transition on opacity or transform.
8616 </summary> 8634 </summary>
8617 </histogram> 8635 </histogram>
8618 8636
8619 <histogram name="Renderer2.FinishDocToFinish"> 8637 <histogram name="Renderer2.FinishDocToFinish">
8620 <summary> 8638 <summary>
8621 The time from when a document finished loading to when all it's resources 8639 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
18185 <group name="Disabled" label="Neither extra webstore link is visible"/> 18203 <group name="Disabled" label="Neither extra webstore link is visible"/>
18186 <group name="FooterLink" label="Link in bottom right of footer"/> 18204 <group name="FooterLink" label="Link in bottom right of footer"/>
18187 <group name="PlusIcon" label="Plus icon in apps page"/> 18205 <group name="PlusIcon" label="Plus icon in apps page"/>
18188 <affected-histogram name="Extensions.AppLaunch"/> 18206 <affected-histogram name="Extensions.AppLaunch"/>
18189 <affected-histogram name="NewTabPage.DefaultPageType"/> 18207 <affected-histogram name="NewTabPage.DefaultPageType"/>
18190 </fieldtrial> 18208 </fieldtrial>
18191 18209
18192 </fieldtrials> 18210 </fieldtrials>
18193 18211
18194 </histogram-configuration> 18212 </histogram-configuration>
OLDNEW
« cc/trees/thread_proxy.cc ('K') | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698