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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 1423803004: cc: Record UMA for swap to swap ack latency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iltpFutile4
Patch Set: rebase Created 5 years, 1 month 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/scheduler.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 77ffd4bd51f65b84e9e6636dfbabd37f8634a027..54e08fea8efe416fa26f0c383deac5ad38854dd5 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -40963,6 +40963,11 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Scheduling.SwapToAckLatency" units="microseconds">
+ <owner>brianderson@chromium.org</owner>
+ <summary>How long it takes the swap ack to return after a swap.</summary>
+</histogram>
+
<histogram name="Sdch3.AdvertisedWithSecureScheme" enum="BooleanHttps">
<obsolete>
Experiment complete, histogram gathering code removed.
@@ -77333,6 +77338,7 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram name="Scheduling.CommitToReadyToActivateDuration"/>
<affected-histogram name="Scheduling.DrawDuration"/>
<affected-histogram name="Scheduling.PrepareTilesDuration"/>
+ <affected-histogram name="Scheduling.SwapToAckLatency"/>
</histogram_suffixes>
<histogram_suffixes name="CompositorTimingHistoryProcess2" separator="."
« no previous file with comments | « cc/scheduler/scheduler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698