| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 9dab252cb5b8ab5b8fb5b5d8f885396e16afd2c8..0b6753d25ab68f13e28883a3e29f112829727ce6 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -15099,6 +15099,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 > 50ms.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Event.FrameEventRouting.NoGestureTarget">
|
| <owner>wjmaclean@chromium.org</owner>
|
| <summary>
|
|
|