Skip to content

Commit

Permalink
Releases: Windows monotonic time
Browse files Browse the repository at this point in the history
  • Loading branch information
svaarala committed Aug 5, 2017
1 parent 8c018ba commit b136404
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions RELEASES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2989,6 +2989,9 @@ Planned
mechanisms; if absent (default), monotonic time defaults to
DUK_USE_DATE_GET_NOW() (GH-1659)

* Add monotonic time provider for Windows based on QueryPerformanceCounter(),
enabled by default if _WIN32_WINNT indicates Vista or above (GH-1662)

* Use monotonic time (if available) for debugger transport peeking, so that
the peek callback is called with the same realtime rate even if the
Ecmascript time source jumps or doesn't advance in realtime (GH-1659)
Expand Down

0 comments on commit b136404

Please sign in to comment.