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

Issue 807973002: win: clock implementation (Closed)

Created:
6 years ago by scottmg
Modified:
6 years ago
Reviewers:
Mark Mentovai
CC:
crashpad-dev_chromium.org
Base URL:
https://chromium.googlesource.com/crashpad/crashpad@master
Target Ref:
refs/heads/master
Project:
crashpad
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 14

Patch Set 2 : . #

Total comments: 2

Patch Set 3 : . #

Total comments: 1

Patch Set 4 : remove SleepNanoseconds #

Unified diffs Side-by-side diffs Delta from patch set Stats (+55 lines, -51 lines) Patch
M util/misc/clock.h View 1 2 3 3 chunks +6 lines, -0 lines 0 comments Download
M util/misc/clock.cc View 1 chunk +0 lines, -51 lines 0 comments Download
A + util/misc/clock_posix.cc View 1 0 chunks +-1 lines, --1 lines 0 comments Download
A util/misc/clock_win.cc View 1 2 3 1 chunk +48 lines, -0 lines 0 comments Download
M util/util.gyp View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 20 (8 generated)
scottmg
6 years ago (2014-12-16 22:37:57 UTC) #7
Mark Mentovai
https://codereview.chromium.org/807973002/diff/120001/util/misc/clock.h File util/misc/clock.h (right): https://codereview.chromium.org/807973002/diff/120001/util/misc/clock.h#newcode41 util/misc/clock.h:41: //! being interrupted by a signal. On Windows, timeBeginPeriod ...
6 years ago (2014-12-16 23:06:54 UTC) #8
scottmg
https://codereview.chromium.org/807973002/diff/120001/util/misc/clock.h File util/misc/clock.h (right): https://codereview.chromium.org/807973002/diff/120001/util/misc/clock.h#newcode41 util/misc/clock.h:41: //! being interrupted by a signal. On Windows, timeBeginPeriod ...
6 years ago (2014-12-17 01:01:28 UTC) #9
Mark Mentovai
LGTM https://codereview.chromium.org/807973002/diff/140001/util/misc/clock_win.cc File util/misc/clock_win.cc (right): https://codereview.chromium.org/807973002/diff/140001/util/misc/clock_win.cc#newcode51 util/misc/clock_win.cc:51: // without implementing a busy loop. Probably should ...
6 years ago (2014-12-17 01:12:23 UTC) #10
scottmg
https://codereview.chromium.org/807973002/diff/140001/util/misc/clock_win.cc File util/misc/clock_win.cc (right): https://codereview.chromium.org/807973002/diff/140001/util/misc/clock_win.cc#newcode51 util/misc/clock_win.cc:51: // without implementing a busy loop. On 2014/12/17 01:12:23, ...
6 years ago (2014-12-17 01:58:11 UTC) #12
Mark Mentovai
https://codereview.chromium.org/807973002/diff/180001/util/misc/clock_win.cc File util/misc/clock_win.cc (right): https://codereview.chromium.org/807973002/diff/180001/util/misc/clock_win.cc#newcode58 util/misc/clock_win.cc:58: Sleep(1); Hmm, I had something slightly different in mind, ...
6 years ago (2014-12-17 05:15:57 UTC) #13
Mark Mentovai
(if that’s the case, patch set 2 still LGTM, maybe with the comment tweaked to ...
6 years ago (2014-12-17 05:46:22 UTC) #14
scottmg
On 2014/12/17 05:15:57, Mark Mentovai wrote: > https://codereview.chromium.org/807973002/diff/180001/util/misc/clock_win.cc > File util/misc/clock_win.cc (right): > > https://codereview.chromium.org/807973002/diff/180001/util/misc/clock_win.cc#newcode58 ...
6 years ago (2014-12-17 06:03:00 UTC) #15
Mark Mentovai
Yup, that’s cool. LGTM to that.
6 years ago (2014-12-17 13:47:53 UTC) #16
scottmg
On 2014/12/17 13:47:53, Mark Mentovai wrote: > Yup, that’s cool. LGTM to that. Done.
6 years ago (2014-12-17 18:22:01 UTC) #18
Mark Mentovai
LGTM. Ship it!
6 years ago (2014-12-17 18:41:18 UTC) #19
scottmg
6 years ago (2014-12-17 18:45:49 UTC) #20
Message was sent while issue was closed.
Committed patchset #4 (id:220001) manually as
db6492e15405e5bfa4fc99097dd866544b19a0ee (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698