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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 302143006: Add UMAs for gpu rasterization . (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: changed owner Created 6 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:
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 96b852964ae67fbca51d8a9efdb302a212c08333..8b711f4d17e79377349939aa97212fab86e47183 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -22214,6 +22214,40 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Renderer4.GpuRasterizationEnabled" units="BooleanEnabled">
+ <owner>alokp@chromium.org</owner>
+ <summary>
+ Whether gpu rasterization is enabled (checked once after the page is painted
+ for the first time).
+ </summary>
+</histogram>
+
+<histogram name="Renderer4.GpuRasterizationSuitableContent"
+ units="BooleanEnabled">
+ <owner>alokp@chromium.org</owner>
+ <summary>
+ If gpu rasterization is enabled, whether the page contents are suitable for
+ gpu rasterization (checked once after the page is painted for the first
+ time).
+ </summary>
+</histogram>
+
+<histogram name="Renderer4.GpuRasterizationTriggered" units="BooleanEnabled">
+ <owner>alokp@chromium.org</owner>
+ <summary>
+ If gpu rasterization is enabled, whether it was triggered (checked once
+ after the page is painted for the first time).
+ </summary>
+</histogram>
+
+<histogram name="Renderer4.GpuRasterizationUsed" units="BooleanEnabled">
+ <owner>alokp@chromium.org</owner>
+ <summary>
+ If gpu rasterization is enabled, whether it was actually used for the page
+ (checked once after the page is painted for the first time).
+ </summary>
+</histogram>
+
<histogram name="Renderer4.InvalidationRegionApproximateRectCount"
units="rects">
<owner>wiltzius@chromium.org</owner>
« 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