performance-now
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -5,3 +5,3 @@ { | ||
"keywords": [], | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"author": "Meryn Stol <merynstol@gmail.com>", | ||
@@ -8,0 +8,0 @@ "license": "MIT", |
@@ -9,3 +9,3 @@ # performance-now [![Build Status](https://travis-ci.org/meryn/performance-now.png?branch=master)](https://travis-ci.org/meryn/performance-now) [![Dependency Status](https://david-dm.org/meryn/performance-now.png)](https://david-dm.org/meryn/performance-now) | ||
Using `process.hrtime` means that the reported time will be monotonically increasing, and not subject to clock-drift. At the same time, this means that the time reported will diverge slowly from "clock-time", with a speed of about a milisecond every few minutes. | ||
Using `process.hrtime` means that the reported time will be monotonically increasing, and not subject to clock-drift. | ||
@@ -12,0 +12,0 @@ ## Example usage |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6824