Skip to content
This repository has been archived by the owner on Apr 22, 2023. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: nodejs/node-v0.x-archive
base: 9f36c0d235f4
Choose a base ref
...
head repository: nodejs/node-v0.x-archive
compare: befbbad0513c
Choose a head ref
  • 1 commit
  • 9 files changed
  • 1 contributor

Commits on Jul 31, 2014

  1. timers: backport f8193ab

    Original commit message:
    
     timers: use uv_now instead of Date.now
    
     This saves a few calls to gettimeofday which can be expensive, and
     potentially subject to clock drift. Instead use the loop time which
     uses hrtime internally.
    
    In addition to the backport, this commit:
     - keeps _idleStart timers' property which is still set to
       Date.now() to avoid breaking existing code that uses it, even if
       its use is discouraged.
     - adds automated tests. These tests use a specific branch of
       libfaketime that hasn't been submitted upstream yet. libfaketime
       is git cloned if needed when running automated tests.
    
    Signed-off-by: Timothy J Fontaine <tjfontaine@gmail.com>
    Julien Gilli authored and tjfontaine committed Jul 31, 2014
    Copy the full SHA
    befbbad View commit details
    Browse the repository at this point in the history