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

Unified 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 side-by-side diff with in-line comments
Download patch
« cc/trees/thread_proxy.cc ('K') | « cc/trees/thread_proxy.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 963bb406482ddfc58592ebedcacac87c7eb5a0e2..87bb88db41cd7530ffac53b013a373ba26b57b79 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8609,6 +8609,24 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Renderer.DrawDuration" units="milliseconds">
+ <summary>The time it takes for the compositor to draw a frame.</summary>
+</histogram>
+
+<histogram name="Renderer.DrawDurationOverestimate" units="milliseconds">
+ <summary>
+ 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.
+ particular frame.
+ </summary>
+</histogram>
+
+<histogram name="Renderer.DrawDurationUnderestimate" units="milliseconds">
+ <summary>
+ 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
+ particular frame.
+ </summary>
+</histogram>
+
<histogram name="Renderer.PixelIncreaseFromTransitions">
<summary>
A lower-bound on the percentage increase in memory that would result from
« 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