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

Issue 2636583002: UMA metrics for fractions of wheel and touch scrolls blocked on the main thread. (Closed)

Created:
3 years, 11 months ago by sahel
Modified:
3 years, 11 months ago
CC:
chromium-reviews, dtapuska+chromiumwatch_chromium.org, asvitkine+watch_chromium.org, tdresser+watch_chromium.org
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

UMA metrics for fractions of wheel and touch scrolls blocked on the main thread. BUG=626662, 626663 TEST=InputHandlerProxyTest.GestureScrollingThreadStatusHistograms, InputHandlerProxyTest.WheelScrollingThreadStatusHistograms Review-Url: https://codereview.chromium.org/2636583002 Cr-Commit-Position: refs/heads/master@{#445551} Committed: https://chromium.googlesource.com/chromium/src/+/24b30bfd5ac15c60a29477638c91ab0fb8159055

Patch Set 1 #

Total comments: 13

Patch Set 2 : RecordScrollingThreadStatus called in FlingScrollByMouseWheel. #

Total comments: 2

Patch Set 3 : Histogram names used directly instead of being stored in a const char* #

Unified diffs Side-by-side diffs Delta from patch set Stats (+245 lines, -5 lines) Patch
M tools/metrics/histograms/histograms.xml View 1 2 3 chunks +28 lines, -0 lines 0 comments Download
M ui/events/blink/input_handler_proxy.h View 1 2 2 chunks +6 lines, -0 lines 0 comments Download
M ui/events/blink/input_handler_proxy.cc View 1 2 6 chunks +76 lines, -4 lines 0 comments Download
M ui/events/blink/input_handler_proxy_unittest.cc View 2 chunks +135 lines, -1 line 0 comments Download

Messages

Total messages: 29 (15 generated)
sahel
Please review this WIP cl: I couldn't come up with better names for the enum ...
3 years, 11 months ago (2017-01-13 21:07:28 UTC) #2
dtapuska
On 2017/01/13 21:07:28, sahel wrote: > Please review this WIP cl: > > I couldn't ...
3 years, 11 months ago (2017-01-13 21:57:49 UTC) #3
dtapuska
https://codereview.chromium.org/2636583002/diff/1/ui/events/blink/input_handler_proxy.cc File ui/events/blink/input_handler_proxy.cc (right): https://codereview.chromium.org/2636583002/diff/1/ui/events/blink/input_handler_proxy.cc#newcode599 ui/events/blink/input_handler_proxy.cc:599: static const char* kGestureHistogramName = why do we need ...
3 years, 11 months ago (2017-01-13 21:57:58 UTC) #5
sahel
On 2017/01/13 21:57:58, dtapuska wrote: > https://codereview.chromium.org/2636583002/diff/1/ui/events/blink/input_handler_proxy.cc > File ui/events/blink/input_handler_proxy.cc (right): > > https://codereview.chromium.org/2636583002/diff/1/ui/events/blink/input_handler_proxy.cc#newcode599 > ...
3 years, 11 months ago (2017-01-17 18:30:19 UTC) #10
sahel
https://codereview.chromium.org/2636583002/diff/1/ui/events/blink/input_handler_proxy.cc File ui/events/blink/input_handler_proxy.cc (right): https://codereview.chromium.org/2636583002/diff/1/ui/events/blink/input_handler_proxy.cc#newcode599 ui/events/blink/input_handler_proxy.cc:599: static const char* kGestureHistogramName = On 2017/01/13 21:57:58, dtapuska ...
3 years, 11 months ago (2017-01-17 18:30:30 UTC) #11
tdresser
LGTM with nits. https://codereview.chromium.org/2636583002/diff/1/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/2636583002/diff/1/tools/metrics/histograms/histograms.xml#newcode52657 tools/metrics/histograms/histograms.xml:52657: + on the compositor thread, or ...
3 years, 11 months ago (2017-01-17 20:27:44 UTC) #12
sahel
I will file a separate bug for updating touch_start_result_ with DID_NOT_HANDLED_NON_BLOCKING_DUE_TO_FLING since it's not related ...
3 years, 11 months ago (2017-01-19 15:26:32 UTC) #17
sahel
3 years, 11 months ago (2017-01-20 16:51:21 UTC) #19
Steven Holte
histograms lgtm
3 years, 11 months ago (2017-01-20 21:12:45 UTC) #20
dtapuska
On 2017/01/20 21:12:45, Steven Holte wrote: > histograms lgtm lgtm
3 years, 11 months ago (2017-01-20 21:18:12 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2636583002/40001
3 years, 11 months ago (2017-01-23 22:50:36 UTC) #24
commit-bot: I haz the power
Committed patchset #3 (id:40001) as https://chromium.googlesource.com/chromium/src/+/24b30bfd5ac15c60a29477638c91ab0fb8159055
3 years, 11 months ago (2017-01-24 00:06:12 UTC) #27
findit-for-me
FYI: Findit identified this CL at revision 445551 as the culprit for failures in the ...
3 years, 11 months ago (2017-01-24 02:07:20 UTC) #28
rjwright
3 years, 11 months ago (2017-01-24 06:15:36 UTC) #29
Message was sent while issue was closed.
On 2017/01/24 02:07:20, findit-for-me wrote:
> FYI: Findit identified this CL at revision 445551 as the culprit for
> failures in the build cycles as shown on:
>
https://findit-for-me.appspot.com/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3Itb...

I tried to revert this patch, but it is too large to automatically revert.
Please fix the tests or revert ASAP.

Powered by Google App Engine
This is Rietveld 408576698