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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2258253002: cc: Add a Scheduling.SwapAckWasFast UMA. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 705cdbcf1022b5c30e14a6f7d42eae37a5bc92f0..cd11fb6c4dd50d5c4443db34c37ff8689571601e 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -50670,6 +50670,14 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Scheduling.SwapAckWasFast" units="boolean">
Ilya Sherman 2016/08/19 23:37:56 Please provide a custom BooleanWasFast enum, rathe
+ <owner>brianderson@chromium.org</owner>
+ <summary>
+ True if the swap ack was received within approximately 8 seconds of the
+ swap.
Ilya Sherman 2016/08/19 23:37:56 It would be great to mention within this descripti
+ </summary>
+</histogram>
+
<histogram name="Scheduling.SwapToAckLatency" units="microseconds">
<obsolete>
Replaced by SwapToAckLatency2, due to inefficient bucketing scheme.
@@ -96780,6 +96788,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Scheduling.DrawInterval2"/>
<affected-histogram name="Scheduling.MainAndImplFrameTimeDelta2"/>
<affected-histogram name="Scheduling.PrepareTilesDuration2"/>
+ <affected-histogram name="Scheduling.SwapAckWasFast"/>
<affected-histogram name="Scheduling.SwapToAckLatency2"/>
</histogram_suffixes>
« cc/scheduler/compositor_timing_history.cc ('K') | « cc/scheduler/compositor_timing_history.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698