1.0.0 • Published 9 years ago

mark-time v1.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

mark-time

Stability: 5 - Locked

Mark high resolution time as floating point milliseconds (valid up to six decimal places).

Usage

var markTime = require('mark-time');

var startTime = markTime();
var stopTime = markTime();
console.log(startTime, stopTime, stopTime - startTime);