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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 364063005: Histogram to track missing and incomplete tiles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 5 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
« cc/trees/layer_tree_host_impl.cc ('K') | « cc/trees/layer_tree_host_impl.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 f307b5bc899f0cd88267310d676ddc004039399b..9bcd002571b3fce3c0b4f93d7d7cf1e6609491cc 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -24594,6 +24594,24 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="RenderPass.AppendQuadData.NumIncompleteTiles">
Alexei Svitkine (slow) 2014/07/04 15:40:27 There's already a "Compositing.*" namespace. Would
weiliangc 2014/07/04 21:35:53 Done.
+ <owner>weiliangc@chromium.org.</owner>
+ <summary>
+ Keeps track of number of incomplete tiles during DrawQuad stage while
+ scrolling. This is a rough measurement of ugliness during user interaction.
Alexei Svitkine (slow) 2014/07/04 15:40:27 Please say explicitly when this gets sampled. i.e.
weiliangc 2014/07/04 21:35:53 Done.
+ Incomplete tiles are non ideal scaled. Tracking bug 381695.
+ </summary>
+</histogram>
+
+<histogram name="RenderPass.AppendQuadData.NumMissingTiles">
+ <owner>weiliangc@chromium.org.</owner>
+ <summary>
+ Keeps track of number of missing tiles during DrawQuad stage while
+ scrolling. This is a rough measurement of ugliness during user interaction.
+ Missing tiles are checkerboard tiles. Tracking bug 381695.
+ </summary>
+</histogram>
+
<histogram name="RenderViewContextMenu.Shown" enum="RenderViewContextMenuItem">
<owner>vitalybuka@chromium.org</owner>
<summary>Count of renderer view context menu items shown.</summary>
« cc/trees/layer_tree_host_impl.cc ('K') | « cc/trees/layer_tree_host_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698