hrstopwatch / 1.0.0 last updated 2 years ago created on Jul 9th 2014
Install
npm install --save hrstopwatch
Clone
git clone git@github.com:jwalton/hrstopwatch.git
dependencies
No dependencies listed.
maintainers
jwalton
versions
| 1.0.0 | 2 years ago | jwalton |
readme
HRStopwatch
A stopwatch class built around process.hrtime(),
with all the usual stopwatch methods like "start" and "stop".
About
Yet another stopwatch class, but this one is more "complete" than others I found with a quick search of npm.
Installation
Usage
Compatibilty
Because hrstopwatch relies on process.hrtime(), it will work in node.js, but will not work
client side via AMD/Require.js and via browersify.