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

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

Issue 23983017: Histogram definition for Accelerated Fixed Root Background measurements. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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 2d1fec4ab8bb3127aba66a58dbacafabacfcdf14..0e2a0dd6bd7977356b482afefa9d8223fc91cb0f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -12753,6 +12753,15 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="Renderer.AcceleratedFixedRootBackground"
+ enum="AcceleratedFixedRootBackground">
+ <summary>
+ Keeps track of the number of main frame scrolls with an accelerated fixed
+ root background, the number of main frame scrolls with an unaccelerated
+ fixed root background, and the total number of main frame scrolls.
+ </summary>
+</histogram>
+
<histogram name="Renderer.CompositedScrolling" enum="CompositedScrolling">
<summary>
Total count of the number of RenderLayers which are scrollable areas, need
@@ -18103,6 +18112,12 @@ other types of suffix sets.
<int value="1" label="Abandoned"/>
</enum>
+<enum name="AcceleratedFixedRootBackground" type="int">
+ <int value="0" label="ScrolledMainFrame"/>
+ <int value="1" label="ScrolledMainFrameWithAcceleratedFixedRootBackground"/>
+ <int value="2" label="ScrolledMainFrameWithUnacceleratedFixedRootBackground"/>
+</enum>
+
<enum name="AndroidEvictionReason" type="int">
<int value="0" label="TabUnusedTooLong"/>
<int value="1" label="TabUnusedInSession"/>
« 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