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

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: rebase Created 4 years, 2 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/scheduler/compositor_timing_history.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 7e910a930f50684bb8875aa42e6f53d682fb899f..fee1c0df06d30499635187b45a4aff926d5254c8 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -53186,6 +53186,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Scheduling.SwapAckWasFast" enum="BooleanWasFast">
+ <owner>brianderson@chromium.org</owner>
+ <summary>
+ True if the swap ack was received within approximately 8 seconds of the
+ swap. Although 8 seconds isn't exactly fast, it is a threshold that
+ represents a hang or the appearance of a hang.
+ </summary>
+</histogram>
+
<histogram name="Scheduling.SwapToAckLatency" units="microseconds">
<obsolete>
Replaced by SwapToAckLatency2, due to inefficient bucketing scheme.
@@ -73047,6 +73056,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="1" label="Visible"/>
</enum>
+<enum name="BooleanWasFast" type="int">
+ <int value="0" label="Slow"/>
+ <int value="1" label="Fast"/>
+</enum>
+
<enum name="BooleanWasted" type="int">
<int value="0" label="Not wasted"/>
<int value="1" label="Wasted"/>
@@ -102296,6 +102310,7 @@ 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>
« no previous file with comments | « cc/scheduler/compositor_timing_history.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698