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

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

Issue 1878323004: Add an uma stat to time Pending Tree activation (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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.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 218a6430bddf39aea69ee11b416956658648b731..3d7c87d9aad7d5bbbac1d0d7687bb90ef7f37bb5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -47431,6 +47431,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Scheduling.PendingTreeDuration" units="microseconds">
+ <owner>ericrk@chromium.org</owner>
+ <summary>
+ Time between creating a pending tree and activating that tree. This differs
+ from Scheduling.ActivateDuration in that it includes time taken to raster
+ the pending tree, not just the time to activate it.
+
+ The interval is recorded each time a pending tree is activated.
+ </summary>
+</histogram>
+
<histogram name="Scheduling.PrepareTilesDuration" units="microseconds">
<owner>brianderson@chromium.org</owner>
<summary>
@@ -91071,6 +91082,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Scheduling.BeginMainFrameStartToCommitDuration"/>
<affected-histogram name="Scheduling.CommitInterval"/>
<affected-histogram name="Scheduling.DrawInterval"/>
+ <affected-histogram name="Scheduling.PendingTreeDuration"/>
</histogram_suffixes>
<histogram_suffixes name="CompositorTimingHistorySubcategory" separator=".">
« no previous file with comments | « 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