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

Issue 3884001: Switch to using TimeTicks rather than Time in message loops (Closed)

Created:
10 years, 2 months ago by jar (doing other things)
Modified:
9 years, 7 months ago
CC:
chromium-reviews, ben+cc_chromium.org, brettw-cc_chromium.org
Visibility:
Public.

Description

Switch to using TimeTicks rather than Time in message loops Switch to using TimeTicks rather than Time so that we are not dependent on changes in the system clock. r=mbelshe,darin Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65322

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Total comments: 1

Patch Set 13 : '' #

Patch Set 14 : '' #

Patch Set 15 : '' #

Patch Set 16 : '' #

Patch Set 17 : '' #

Total comments: 1

Patch Set 18 : '' #

Patch Set 19 : '' #

Patch Set 20 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+60 lines, -49 lines) Patch
M base/message_loop.h View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +6 lines, -6 lines 0 comments Download
M base/message_loop.cc View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 5 chunks +11 lines, -9 lines 0 comments Download
M base/message_pump.h View 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +3 lines, -3 lines 0 comments Download
M base/message_pump_default.h View 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_pump_default.cc View 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +4 lines, -3 lines 0 comments Download
M base/message_pump_glib.h View 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_pump_glib.cc View 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +3 lines, -3 lines 0 comments Download
M base/message_pump_libevent.h View 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_pump_libevent.cc View 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +4 lines, -3 lines 0 comments Download
M base/message_pump_mac.h View 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +2 lines, -2 lines 0 comments Download
M base/message_pump_mac.mm View 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 2 chunks +11 lines, -5 lines 0 comments Download
M base/message_pump_win.h View 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +3 lines, -3 lines 0 comments Download
M base/message_pump_win.cc View 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +4 lines, -3 lines 0 comments Download
M remoting/jingle_glue/jingle_thread.cc View 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 5 (0 generated)
jar (doing other things)
FYI: I'll get this to run on try servers (again) before landing. It was running... ...
10 years, 1 month ago (2010-11-05 18:41:42 UTC) #1
darin (slow to review)
On Fri, Nov 5, 2010 at 11:41 AM, <jar@chromium.org> wrote: > Reviewers: darin, > > ...
10 years, 1 month ago (2010-11-05 20:21:08 UTC) #2
darin (slow to review)
LGTM http://codereview.chromium.org/3884001/diff/141003/175011 File base/message_pump_mac.mm (right): http://codereview.chromium.org/3884001/diff/141003/175011#newcode229 base/message_pump_mac.mm:229: // TODO(jar): We may need a more efficient ...
10 years, 1 month ago (2010-11-05 20:37:59 UTC) #3
jar (doing other things)
Mark, I added a TODO() in the message_pump_mac.mm file, as this change is not especially ...
10 years, 1 month ago (2010-11-05 21:18:05 UTC) #4
Mark Mentovai
10 years, 1 month ago (2010-11-05 21:58:07 UTC) #5
I don’t think it’s called frequently enough to make a difference in
perf measurements, but let’s get some data to be sure.

Powered by Google App Engine
This is Rietveld 408576698