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

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

Issue 2484743002: UMA metric for LayerUpdateTimes (Closed)
Patch Set: address feedback Created 4 years 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_host_in_process.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 41da607a2a839b3ac49e765536be5bbe99f622d7..96ffab6604bed768c04cd502ddf0a2ffbf5d87d7 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6582,6 +6582,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Compositing.Browser.LayersUpdateTime" units="microseconds">
Ilya Sherman 2016/12/20 01:24:15 nit: Please add a base="true" attribute.
+ <owner>threaded-rendering@chromium.org</owner>
+ <summary>
+ Time spent updating layers, in microseconds. Recorded when layers are
+ updated (in a browser process).
+ </summary>
+</histogram>
+
<histogram name="Compositing.Browser.LayerTreeImpl.CalculateDrawPropertiesUs"
units="microseconds">
<owner>paint-dev@chromium.org</owner>
@@ -6846,6 +6854,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Compositing.Renderer.LayersUpdateTime" units="microseconds">
Ilya Sherman 2016/12/20 01:24:15 Ditto
+ <owner>threaded-rendering@chromium.org</owner>
+ <summary>
+ Time spent updating layers, in microseconds. Recorded when layers are
+ updated (in a renderer process).
+ </summary>
+</histogram>
+
<histogram name="Compositing.Renderer.LayerTreeImpl.CalculateDrawPropertiesUs"
units="microseconds">
<owner>paint-dev@chromium.org</owner>
@@ -110953,6 +110969,16 @@ value.
<affected-histogram name="NQE.TransportRTT.Percentile90"/>
</histogram_suffixes>
+<histogram_suffixes name="NumLayersBucket">
+ <suffix name="0" label="Layer count bucket [0, 10)"/>
+ <suffix name="1" label="Layer count bucket [10, 30)"/>
+ <suffix name="2" label="Layer count bucket [30, 70)"/>
+ <suffix name="3" label="Layer count bucket [70, 150)"/>
+ <suffix name="4" label="Layer count bucket [150, infinity)"/>
+ <affected-histogram name="Compositing.Browser.LayersUpdateTime"/>
+ <affected-histogram name="Compositing.Renderer.LayersUpdateTime"/>
+</histogram_suffixes>
+
<histogram_suffixes name="OffDomainInclusionAbortReason" separator=".">
<obsolete>
Deprecated 2016-05 as the OffDomainInclusionDetector was removed.
« no previous file with comments | « cc/trees/layer_tree_host_in_process.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698