Chromium Code Reviews
DescriptionAdd UMA/Telemetry stats for touch event latency
This CL adds following UMA stats for touch event latency
1. Event.Latency.Browser.TouchUI:
touch event received by Chrome -> touch event sent to renderer
2. Event.Latency.Browser.TouchAcked
touch event sent to renderer -> touch event acked from renderer
Corresponding telemetry stats are also added.
BUG=chromium:246034
TEST=1. Check UMA stats exist in chrome://histograms/Event.Latency.Browser
2. Check the relevant stats are in telemetry smoothness test.
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=209255
Patch Set 1 #
Total comments: 19
Patch Set 2 : address various issues #
Total comments: 7
Patch Set 3 : add LatencyInfo::FindLatency() && Only use one metric for touch ack latency #
Total comments: 6
Patch Set 4 : move ACKED_COMPONENT && ComputeTouchLatency() to TouchEventQueue ; Merge FindLatency() with ToT Has… #
Total comments: 7
Patch Set 5 : address some of sadrul's comments #Messages
Total messages: 21 (0 generated)
|