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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2946223003: cc: Add UMA to measure the raster duration for pending tree activation. (Closed)
Patch Set: tests Created 3 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
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.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 99d8a56fdf662c12636be11e4ad880676a2d88b1..8e2da0a8a81b1d503525f46625990aed90dffe95 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -65614,6 +65614,20 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Scheduling.PendingTreeRasterDuration" units="microseconds">
+ <owner>khushalsagar@chromium.org</owner>
+ <summary>
+ Time between starting raster work on the pending tree and when it is ready
+ to activate. Unlike PendingTreeDuration which - includes the time to commit
+ to this tree, the raster duration and the time for which the pending
+ tree waits before it can be activated - this only measures the time taken to
+ rasterize tiles required for activation.
+
+ The interval is recorded each time we are notifed that a pending tree is
+ ready for activation.
+ </summary>
+</histogram>
+
<histogram name="Scheduling.PrepareTilesDuration" units="microseconds">
<obsolete>
Replaced by PrepareTIlesDuration2, due to inefficient bucketing scheme.
@@ -87633,6 +87647,7 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<suffix name="Browser"/>
<suffix name="Renderer"/>
<affected-histogram name="Scheduling.PendingTreeDuration"/>
+ <affected-histogram name="Scheduling.PendingTreeRasterDuration"/>
</histogram_suffixes>
<histogram_suffixes name="CompositorTimingHistoryProcessObsolete" separator="."
« no previous file with comments | « cc/trees/layer_tree_host_impl_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698