1.0.2 • Published 4 years ago

nanosecond-timer v1.0.2

Weekly downloads
5
License
ISC
Repository
-
Last release
4 years ago

nanosecond-timer

A simple C++ nodejs addon to monitor execution timing.

Installing

A step by step series of examples that tell you how to get a development env running

Say what the step will be

npm i nanosecond-timer

Example

const timer = require('nanosecond-timer')
timer.start();

// code

timer.end();
console.log(timer.diff() + " nanosec");
1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago