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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2751403002: Record the fraction of the time without user input - Aura only (Closed)
Patch Set: Address sadrul@'s feedback. Created 3 years, 9 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 b764a3e8a9478a894526d07f083132ef49564911..c107145e7061623ae535213eb5c6213ac58da2eb 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -15307,6 +15307,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="Event.FractionOfTimeWithoutUserInput">
+ <owner>tdresser@chromium.org</owner>
+ <owner>progressive-web-metrics@chromium.org</owner>
+ <summary>
+ For each 10 second window, reports the fraction of the time there was no
+ user input. We consider there to be no user input if we haven't received any
+ events for &gt; 50ms.
+ </summary>
+</histogram>
+
<histogram name="Event.FrameEventRouting.NoGestureTarget">
<owner>wjmaclean@chromium.org</owner>
<summary>
« no previous file with comments | « no previous file | ui/aura/window_event_dispatcher.h » ('j') | ui/events/fraction_of_time_without_user_input_recorder.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698