软件包: node-performance-now (2.1.0+debian-3)
node-performance-now 的相关链接
Trisquel 的资源:
下载源码包 node-performance-now:
- [node-performance-now_2.1.0+debian-3.dsc]
- [node-performance-now_2.1.0+debian.orig.tar.xz]
- [node-performance-now_2.1.0+debian-3.debian.tar.xz]
维护者:
Original Maintainers:
- Debian Javascript Maintainers (Mail Archive)
- Pirate Praveen
外部的资源:
- 主页 [github.com]
相似软件包:
Implements performance.now (based on process.hrtime)
Modern browsers have a `window.performance` object with - among others - a `now` method which gives time in milliseconds, but with sub-millisecond precision. This module offers the same function based on the Node.js native `process.hrtime` function.
Using `process.hrtime` means that the reported time will be monotonically increasing, and not subject to clock-drift.
This library is a dependency of request, the simplest way possible to make http calls.
Node.js is an event-based server-side JavaScript engine.