[JSC] Remove monotonicallyIncreasingTime and currentTime
Created attachment 333798 [details] Patch
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.
Comment on attachment 333798 [details] Patch r=me
Comment on attachment 333798 [details] Patch Thank you!
Comment on attachment 333798 [details] Patch Clearing flags on attachment: 333798 Committed r228533: <https://trac.webkit.org/changeset/228533>
All reviewed patches have been landed. Closing bug.
<rdar://problem/37584287>
Nice!
(In reply to Brian Burg from comment #8) > Nice! Yay ;)