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

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

Issue 1681393003: cc: Add MainAndImplFrameTimeDelta UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1166704b12137b3978febe125bff5415b38fef1d..1cfdd4ae0d59c00c1754b2aca96866b53680876a 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -43012,6 +43012,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Scheduling.MainAndImplSynchronized">
Ilya Sherman 2016/02/10 20:10:57 Please associate a custom enum (probably BooleanSy
+ <owner>brianderson@chromium.org</owner>
+ <summary>
+ Recorded every time the compositor draws with a new active tree. A value of
+ true indicates the main thread started and finished within the same frame
+ interval as the impl thread.
+ </summary>
+</histogram>
+
<histogram name="Scheduling.PrepareTilesDuration" units="microseconds">
<owner>brianderson@chromium.org</owner>
<summary>
@@ -82243,6 +82252,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Scheduling.BeginMainFrameToCommitDuration"/>
<affected-histogram name="Scheduling.CommitToReadyToActivateDuration"/>
<affected-histogram name="Scheduling.DrawDuration"/>
+ <affected-histogram name="Scheduling.MainAndImplSynchronized"/>
<affected-histogram name="Scheduling.PrepareTilesDuration"/>
<affected-histogram name="Scheduling.SwapToAckLatency"/>
</histogram_suffixes>
« cc/scheduler/compositor_timing_history.h ('K') | « cc/scheduler/scheduler_state_machine.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698