[ 原始碼: node-performance-now ]
套件:node-performance-now(2.1.0+debian-1)
node-performance-now 的相關連結
Debian 的資源:
下載原始碼套件 node-performance-now:
- [node-performance-now_2.1.0+debian-1.dsc]
- [node-performance-now_2.1.0+debian.orig.tar.xz]
- [node-performance-now_2.1.0+debian-1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [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.
其他與 node-performance-now 有關的套件
|
|
|
|
-
- dep: nodejs
- evented I/O for V8 javascript - runtime executable