Skip to content

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

Notifications You must be signed in to change notification settings

kimiko88/nanosecond-timer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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");

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published