timer
Timer to measure execution time
Usage
t = new Time('some-label'); // start of timer
// ... any code ...
t.print(); // it prints seconds from start of timer
Timer to measure execution time
t = new Time('some-label'); // start of timer
// ... any code ...
t.print(); // it prints seconds from start of timer
npm i @bitliner/timer
0
1.0.1
ISC