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

Issue 13529009: Add UMA metrics for measuring number of coalesed events and their latency. (Closed)

Created:
7 years, 8 months ago by varunjain
Modified:
7 years, 8 months ago
CC:
chromium-reviews, sadrul, yusukes+watch_chromium.org, derat+watch_chromium.org, flackr
Visibility:
Public.

Description

Add UMA metrics for measuring number of coalesed events and their latency. BUG=218270 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=192970

Patch Set 1 #

Total comments: 18

Patch Set 2 : patch #

Total comments: 2

Patch Set 3 : patch #

Total comments: 2

Patch Set 4 : patch #

Total comments: 2

Patch Set 5 : patch #

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M ui/base/x/x11_util.cc View 1 2 3 4 2 chunks +16 lines, -0 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
varunjain
7 years, 8 months ago (2013-04-05 06:46:53 UTC) #1
Rick Byers
Thanks Varun. https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc#newcode627 ui/base/x/x11_util.cc:627: first_coalesed_time = ui::EventTimeFromNative(last_event); I think the first ...
7 years, 8 months ago (2013-04-05 15:30:35 UTC) #2
flackr
https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc#newcode641 ui/base/x/x11_util.cc:641: (ui::IsMouseEvent(const_cast<XEvent*>(xev)) ? "Mouse" : "Touch")); On 2013/04/05 15:30:35, Rick ...
7 years, 8 months ago (2013-04-05 16:10:56 UTC) #3
DaveMoore
https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc#newcode644 ui/base/x/x11_util.cc:644: base::Histogram::FactoryGet( The macros don't support this...they get confused by ...
7 years, 8 months ago (2013-04-05 16:46:15 UTC) #4
varunjain
https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/1/ui/base/x/x11_util.cc#newcode627 ui/base/x/x11_util.cc:627: first_coalesed_time = ui::EventTimeFromNative(last_event); On 2013/04/05 15:30:35, Rick Byers wrote: ...
7 years, 8 months ago (2013-04-05 19:22:58 UTC) #5
Rick Byers
Thanks Varun. This looks nice and simple now. LGTM with one more minor simplification suggestion. ...
7 years, 8 months ago (2013-04-05 19:32:24 UTC) #6
varunjain
+sky for OWNERS https://codereview.chromium.org/13529009/diff/9001/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/9001/ui/base/x/x11_util.cc#newcode640 ui/base/x/x11_util.cc:640: delta.InMicroseconds(), 0, 1000000, 100); On 2013/04/05 ...
7 years, 8 months ago (2013-04-05 22:04:06 UTC) #7
sadrul
https://codereview.chromium.org/13529009/diff/12001/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/12001/ui/base/x/x11_util.cc#newcode647 ui/base/x/x11_util.cc:647: } This function is called only for XI_Motion or ...
7 years, 8 months ago (2013-04-05 22:14:09 UTC) #8
varunjain
https://codereview.chromium.org/13529009/diff/12001/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/12001/ui/base/x/x11_util.cc#newcode647 ui/base/x/x11_util.cc:647: } On 2013/04/05 22:14:10, sadrul wrote: > This function ...
7 years, 8 months ago (2013-04-05 23:22:13 UTC) #9
sadrul
LGTM https://codereview.chromium.org/13529009/diff/4004/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/4004/ui/base/x/x11_util.cc#newcode642 ui/base/x/x11_util.cc:642: DCHECK(event_type == XI_TouchUpdate); DCHECK_EQ
7 years, 8 months ago (2013-04-05 23:27:09 UTC) #10
varunjain
https://codereview.chromium.org/13529009/diff/4004/ui/base/x/x11_util.cc File ui/base/x/x11_util.cc (right): https://codereview.chromium.org/13529009/diff/4004/ui/base/x/x11_util.cc#newcode642 ui/base/x/x11_util.cc:642: DCHECK(event_type == XI_TouchUpdate); On 2013/04/05 23:27:09, sadrul wrote: > ...
7 years, 8 months ago (2013-04-08 14:37:12 UTC) #11
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/13529009/17001
7 years, 8 months ago (2013-04-08 14:37:20 UTC) #12
sky
LGTM
7 years, 8 months ago (2013-04-08 14:37:41 UTC) #13
commit-bot: I haz the power
Sorry for I got bad news for ya. Compile failed with a clobber build on ...
7 years, 8 months ago (2013-04-08 14:46:30 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/varunjain@chromium.org/13529009/17001
7 years, 8 months ago (2013-04-08 23:10:19 UTC) #15
commit-bot: I haz the power
7 years, 8 months ago (2013-04-09 00:40:51 UTC) #16
Message was sent while issue was closed.
Change committed as 192970

Powered by Google App Engine
This is Rietveld 408576698