Skip to content

tristanls/mark-time

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

mark-time

Stability: 3 - 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);

About

Mark high resolution time as floating point milliseconds.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published