My JavaScript recipes
console.timeEnd() returns the time in milliseconds since the system was started.
Shortcut: time.profiling
console.time();
// some code
console.timeEnd();
console.timeEnd() returns the time in milliseconds since the system was started.
Shortcut: time.profiling
console.time();
// some code
console.timeEnd();