Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: use uv_gettimeofday() #27029

Merged
merged 2 commits into from
Apr 22, 2019
Merged

src: use uv_gettimeofday() #27029

merged 2 commits into from
Apr 22, 2019

Commits on Apr 22, 2019

  1. report: use uv_gettimeofday for dumpEventTimeStamp

    dumpEventTimeStamp was not implemented on Windows, and did not
    include any error checking. This commit adds Windows support
    and error checking.
    
    PR-URL: nodejs#27029
    Reviewed-By: Refael Ackermann <[email protected]>
    cjihrig committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    af35d40 View commit details
    Browse the repository at this point in the history
  2. src: use uv_gettimeofday() to get microseconds

    Use uv_gettimeofday() in GetCurrentTimeInMicroseconds() to
    remove the need for #ifdef logic.
    
    PR-URL: nodejs#27029
    Reviewed-By: Refael Ackermann <[email protected]>
    cjihrig committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    8e1e994 View commit details
    Browse the repository at this point in the history