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

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

Issue 2752053003: Add UMA stats for SurfaceDrawQuads in SurfaceAggregator. (Closed)
Patch Set: Change to each. Created 3 years, 9 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 | « cc/surfaces/surface_aggregator.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 9219acd94b8852b04e91a09afe67e02ebef73400..c07733654ad871564b7781e31b9878632e5e3ffc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8085,6 +8085,30 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Compositing.SurfaceAggregator.SurfaceDrawQuad.NoActiveFrame">
+ <owner>kylechar@chromium.org</owner>
+ <summary>
+ The number of SurfaceDrawQuads where the surface exists but doesn't have an
+ active CompositorFrame. This is logged for each call to Aggregate().
+ </summary>
+</histogram>
+
+<histogram name="Compositing.SurfaceAggregator.SurfaceDrawQuad.SurfaceMissing">
+ <owner>kylechar@chromium.org</owner>
+ <summary>
+ The number of SurfaceDrawQuads where the surface doesn't exist. This is
+ logged for each call to Aggregate().
+ </summary>
+</histogram>
+
+<histogram name="Compositing.SurfaceAggregator.SurfaceDrawQuad.ValidSurface">
+ <owner>kylechar@chromium.org</owner>
+ <summary>
+ The number of SurfaceDrawQuads where the surface exists and has an active
+ CompositorFrame. This is logged for each call to Aggregate().
+ </summary>
+</histogram>
+
<histogram name="Conflicts.ConfirmedBadModules" units="modules">
<owner>chrisha@chromium.org</owner>
<summary>
« no previous file with comments | « cc/surfaces/surface_aggregator.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698