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

Support hrtime (nanoseconds accuracy) #5

Merged
merged 4 commits into from
Aug 5, 2019

Conversation

omrilotan
Copy link
Member

@omrilotan omrilotan commented Aug 5, 2019

  • Support node process.hrtime offered in BigInt
  • Dev upgrades and linting

Example

const start = process.hrtime.bigint();
...
stats.time('some.timer', start);

[suggestion]
Use no whitespace when reviewing

@omrilotan omrilotan requested a review from a team as a code owner August 5, 2019 10:56
@omrilotan omrilotan merged commit f898837 into master Aug 5, 2019
@omrilotan omrilotan deleted the 2019-08-05-support-hrtime branch August 5, 2019 12:16
omrilotan added a commit that referenced this pull request Aug 6, 2019
omrilotan added a commit that referenced this pull request Aug 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant