New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 828189 link

Starred by 1 user

Issue metadata

Status: Started
Owner:
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 2
Type: Bug

Blocking:
issue 640921



Sign in to add a comment

Many Event.Latency.BlockingTime.* histograms are unmapped and using substantial storage/bandwidth

Project Member Reported by wittman@chromium.org, Apr 2 2018

Issue description

The following Event.Latency.BlockingTime histograms are not declared in histograms.xml, and combined are in the 99th percentile for size.

Event.Latency.BlockingTime.GestureScrollBeginDefaultAllowed
Event.Latency.BlockingTime.GestureScrollBeginDefaultPrevented
Event.Latency.BlockingTime.GestureScrollUpdateDefaultAllowed
Event.Latency.BlockingTime.GestureScrollUpdateDefaultPrevented
Event.Latency.BlockingTime.MouseDownDefaultPrevented
Event.Latency.BlockingTime.MouseLeaveDefaultAllowed
Event.Latency.BlockingTime.MouseLeaveDefaultPrevented
Event.Latency.BlockingTime.MouseMoveDefaultAllowed
Event.Latency.BlockingTime.MouseMoveDefaultPrevented
Event.Latency.BlockingTime.MouseUpDefaultPrevented
Event.Latency.BlockingTime.MouseWheelDefaultAllowed
Event.Latency.BlockingTime.MouseWheelDefaultPrevented

The histogram names are generated procedurally here: https://cs.chromium.org/chromium/src/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc?rcl=565f5a3f82c45eb2a0da9d56696dbd5e00d8938b&l=216

If these are not needed, please update the logic to exclude their recording. Otherwise please add them to histograms.xml.
 
Cc: tdres...@chromium.org
Owner: nzolghadr@chromium.org
Navid, would it make sense for you to own some of these input metrics?

Any thoughts on whether these should be removed, or added to histograms.xml?
Ping.

Can we make a decision on what to do with these histograms and the ones in issue 828188, and take action? They're wasting substantial user bandwidth and UMA resources.
Blocking: 640921
Components: Blink>Input
Status: Started (was: Assigned)

Sign in to add a comment