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

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

Issue 2672603007: cc : Add UMA metric for finding closest matching layer to a point (Closed)
Patch Set: Created 3 years, 10 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/trees/layer_tree_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 1a4dff3bc1f24a1b988b16d082cda71453bbe12f..feaeb9c48581ba52324bb921424f9c5ab4c37e0f 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -7108,6 +7108,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Compositing.LayerTreeImpl.FindClosestMatchingLayerUs"
+ units="microseconds">
+ <owner>paint-dev@chromium.org</owner>
+ <summary>
+ Time spent finding the closest matching layer to a given point, in
+ microseconds. Recorded each time we do hit testing on LayerTreeImpl.
+ </summary>
+</histogram>
+
<histogram name="Compositing.NumActiveLayers">
<obsolete>
Deprecated 04/2016, replaced by similar metrics under Compositing.Renderer
« no previous file with comments | « cc/trees/layer_tree_impl.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698