RESOLVED FIXED 182793
[JSC] Remove monotonicallyIncreasingTime and currentTime
https://bugs.webkit.org/show_bug.cgi?id=182793
Summary [JSC] Remove monotonicallyIncreasingTime and currentTime
Yusuke Suzuki
Reported 2018-02-14 07:38:25 PST
[JSC] Remove monotonicallyIncreasingTime and currentTime
Attachments
Patch (33.62 KB, patch)
2018-02-14 07:39 PST, Yusuke Suzuki
no flags
Yusuke Suzuki
Comment 1 2018-02-14 07:39:56 PST
Yusuke Suzuki
Comment 2 2018-02-14 07:46:09 PST
Comment on attachment 333798 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=333798&action=review > Source/JavaScriptCore/heap/Heap.cpp:1018 > + dataLog("=> ", capacity() / 1024, "kb, ", (after - before).milliseconds(), "ms"); Use MonotonicTime for measuring duration for logging.
Saam Barati
Comment 3 2018-02-15 08:34:16 PST
Comment on attachment 333798 [details] Patch r=me
Yusuke Suzuki
Comment 4 2018-02-15 14:10:46 PST
Comment on attachment 333798 [details] Patch Thank you!
WebKit Commit Bot
Comment 5 2018-02-15 14:34:22 PST
Comment on attachment 333798 [details] Patch Clearing flags on attachment: 333798 Committed r228533: <https://trac.webkit.org/changeset/228533>
WebKit Commit Bot
Comment 6 2018-02-15 14:34:23 PST
All reviewed patches have been landed. Closing bug.
Radar WebKit Bug Importer
Comment 7 2018-02-15 14:35:29 PST
Blaze Burg
Comment 8 2018-02-15 15:33:40 PST
Nice!
Yusuke Suzuki
Comment 9 2018-02-17 23:28:17 PST
(In reply to Brian Burg from comment #8) > Nice! Yay ;)
Note You need to log in before you can comment on or make changes to this bug.