print-execution-time
v1.0.0
Published
Print execution time in simplest way
Downloads
4
Readme
Print Execution Time
Print execution and debug time in simplest way
Installation
Usage
const execTime = require('print-execution-time');
//Some code
for(let i = 0; i < 999999999; i++){
}
//Some code end
execTime.print();
// Execution time: 845ms