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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 23874003: Histogram definitions for Stacking Container opt-in measurements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: added sample times to descriptions Created 7 years, 3 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:
Download patch
« no previous file with comments | « no previous file | 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 baeb7c392f20f2864bbc00451fc1c5eeefdf86d6..4a5e2f93b53d1a3ac922449161e19799b87d3a86 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12684,6 +12684,22 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Renderer.IsScrollableArea">
Alexei Svitkine (slow) 2013/09/03 19:54:49 Add enum="Boolean" here and below.
hartmanng 2013/09/03 20:23:07 Done.
+ <summary>
+ Total count of the number of RenderLayers which are scrollable areas. This
+ gets sampled at most once per RenderLayer, the first time a RenderLayer
+ becomes scrollable.
Alexei Svitkine (slow) 2013/09/03 19:54:49 It may be useful to also log the "non-scrollable"
hartmanng 2013/09/03 20:23:07 The goal I have in mind is finding the ratio of sc
Alexei Svitkine (slow) 2013/09/03 20:25:51 Ah, that makes sense. In that case, I think it wou
hartmanng 2013/09/03 23:34:33 Yeah, that makes a lot of sense - thanks for the s
+ </summary>
+</histogram>
+
+<histogram name="Renderer.NeedsToBeStackingContainer">
+ <summary>
+ Total count of the number of RenderLayers which need to be promoted to
+ stacking containers. This is sampled at most once per RenderLayer, when the
+ RenderLayer first needs to become a stacking container.
+ </summary>
+</histogram>
+
<histogram name="Renderer.PixelIncreaseFromTransitions">
<summary>
A lower-bound on the percentage increase in memory that would result from
« 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