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> |