New issue
Advanced search Search tips

Issue 600730 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Closed: Jun 2016
EstimatedDays: ----
NextAction: ----
OS: Linux , Android , Windows , Chrome
Pri: 3
Type: Feature



Sign in to add a comment

Add tap latency UMA metric

Project Member Reported by tdres...@chromium.org, Apr 5 2016

Issue description

We currently have no renderer specific performance information on touch tap latency.
 
Labels: Hotlist-Fixit-PE2016
Labels: -Poachable OS-Android OS-Chrome OS-Linux OS-Windows
Status: Started (was: Assigned)
Project Member

Comment 3 by bugdroid1@chromium.org, Jun 13 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/018817f3af66b9c084982cb3944d2ce585d00370

commit 018817f3af66b9c084982cb3944d2ce585d00370
Author: tdresser <tdresser@chromium.org>
Date: Mon Jun 13 20:23:03 2016

Measure queueing and blocking time for touchstart/touchend.

Adds histograms for
Event.Latency.QueueingTime.TouchStartDefaultPrevented
Event.Latency.QueueingTime.TouchStartDefaultAllowed
Event.Latency.BlockingTime.TouchStartDefaultPrevented
Event.Latency.BlockingTime.TouchStartDefaultAllowed
Event.Latency.QueueingTime.TouchEndDefaultPrevented
Event.Latency.QueueingTime.TouchEndDefaultAllowed
Event.Latency.BlockingTime.TouchEndDefaultPrevented
Event.Latency.BlockingTime.TouchEndDefaultAllowed

BUG= 600730 
TEST=RenderWidgetHostLatencyTrackerTest.TouchBlockingAndQueueingTime

Review-Url: https://codereview.chromium.org/2051853002
Cr-Commit-Position: refs/heads/master@{#399522}

[modify] https://crrev.com/018817f3af66b9c084982cb3944d2ce585d00370/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc
[modify] https://crrev.com/018817f3af66b9c084982cb3944d2ce585d00370/content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc
[modify] https://crrev.com/018817f3af66b9c084982cb3944d2ce585d00370/tools/metrics/histograms/histograms.xml

Status: Fixed (was: Started)
Project Member

Comment 5 by bugdroid1@chromium.org, Jun 15 2016

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/018817f3af66b9c084982cb3944d2ce585d00370

commit 018817f3af66b9c084982cb3944d2ce585d00370
Author: tdresser <tdresser@chromium.org>
Date: Mon Jun 13 20:23:03 2016

Measure queueing and blocking time for touchstart/touchend.

Adds histograms for
Event.Latency.QueueingTime.TouchStartDefaultPrevented
Event.Latency.QueueingTime.TouchStartDefaultAllowed
Event.Latency.BlockingTime.TouchStartDefaultPrevented
Event.Latency.BlockingTime.TouchStartDefaultAllowed
Event.Latency.QueueingTime.TouchEndDefaultPrevented
Event.Latency.QueueingTime.TouchEndDefaultAllowed
Event.Latency.BlockingTime.TouchEndDefaultPrevented
Event.Latency.BlockingTime.TouchEndDefaultAllowed

BUG= 600730 
TEST=RenderWidgetHostLatencyTrackerTest.TouchBlockingAndQueueingTime

Review-Url: https://codereview.chromium.org/2051853002
Cr-Commit-Position: refs/heads/master@{#399522}

[modify] https://crrev.com/018817f3af66b9c084982cb3944d2ce585d00370/content/browser/renderer_host/input/render_widget_host_latency_tracker.cc
[modify] https://crrev.com/018817f3af66b9c084982cb3944d2ce585d00370/content/browser/renderer_host/input/render_widget_host_latency_tracker_unittest.cc
[modify] https://crrev.com/018817f3af66b9c084982cb3944d2ce585d00370/tools/metrics/histograms/histograms.xml

Sign in to add a comment