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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2846333002: Add a BeginMainFrame fallback to MainThreadEventQueue. (Closed)
Patch Set: Fix tests Created 3 years, 7 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 | « content/renderer/input/main_thread_event_queue_unittest.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 b54a337982b557241462bc02932b41ab3b2aaa88..5da374c181c27a5be4d11ecd7e2839436be32a50 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -17037,6 +17037,17 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.MainThreadEventQueue.FlushQueueNoBeginMainFrame"
+ enum="BooleanHit">
+ <owner>dtapuska@chromium.org</owner>
+ <summary>
+ Whether the Begin Main Frame was not received and the queue generated a
+ flush queue after a given timeout.
+
+ Team: input-dev@chromium.org.
+ </summary>
+</histogram>
+
<histogram name="Event.MainThreadEventQueue.NonContinuous.QueueingTime"
units="microseconds">
<owner>dtapuska@chromium.org</owner>
« no previous file with comments | « content/renderer/input/main_thread_event_queue_unittest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698