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 |