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

Issue 345873003: Update timer and adjust frequency. (Closed)

Created:
6 years, 6 months ago by floitsch
Modified:
6 years, 6 months ago
CC:
reviews_dartlang.org, srdjan
Visibility:
Public.

Description

Patch Set 1 #

Patch Set 2 : Rename function. #

Total comments: 2

Patch Set 3 : Cache stopwatch work. #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+44 lines, -16 lines) Patch
M runtime/lib/stopwatch_patch.dart View 1 2 1 chunk +7 lines, -1 line 0 comments Download
M sdk/lib/_internal/lib/core_patch.dart View 1 2 1 chunk +6 lines, -2 lines 0 comments Download
M sdk/lib/_internal/lib/js_helper.dart View 1 2 1 chunk +17 lines, -10 lines 0 comments Download
M sdk/lib/core/stopwatch.dart View 1 2 3 chunks +14 lines, -3 lines 2 comments Download

Messages

Total messages: 6 (0 generated)
floitsch
6 years, 6 months ago (2014-06-20 11:38:23 UTC) #1
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/345873003/diff/20001/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/345873003/diff/20001/sdk/lib/_internal/lib/js_helper.dart#newcode709 sdk/lib/_internal/lib/js_helper.dart:709: return _highResolutionTimer != null ? 1000000 : 1000; ...
6 years, 6 months ago (2014-06-20 12:04:02 UTC) #2
floitsch
PTAL. https://codereview.chromium.org/345873003/diff/20001/sdk/lib/_internal/lib/js_helper.dart File sdk/lib/_internal/lib/js_helper.dart (right): https://codereview.chromium.org/345873003/diff/20001/sdk/lib/_internal/lib/js_helper.dart#newcode709 sdk/lib/_internal/lib/js_helper.dart:709: return _highResolutionTimer != null ? 1000000 : 1000; ...
6 years, 6 months ago (2014-06-20 22:07:20 UTC) #3
Lasse Reichstein Nielsen
lgtm https://codereview.chromium.org/345873003/diff/40001/sdk/lib/core/stopwatch.dart File sdk/lib/core/stopwatch.dart (right): https://codereview.chromium.org/345873003/diff/40001/sdk/lib/core/stopwatch.dart#newcode14 sdk/lib/core/stopwatch.dart:14: int get frequency => _frequency; Perhaps make this ...
6 years, 6 months ago (2014-06-20 23:29:52 UTC) #4
floitsch
https://codereview.chromium.org/345873003/diff/40001/sdk/lib/core/stopwatch.dart File sdk/lib/core/stopwatch.dart (right): https://codereview.chromium.org/345873003/diff/40001/sdk/lib/core/stopwatch.dart#newcode14 sdk/lib/core/stopwatch.dart:14: int get frequency => _frequency; On 2014/06/20 23:29:52, Lasse ...
6 years, 6 months ago (2014-06-23 08:54:26 UTC) #5
floitsch
6 years, 6 months ago (2014-06-23 09:35:45 UTC) #6
Message was sent while issue was closed.
Committed patchset #3 manually as r37586 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698