NodeconsoleConsole.timeEndmethod Console.timeEnd#Console.timeEnd(label?: string): voidStops a timer that was previously started by calling time and prints the result to stdout: console.time('bunch-of-stuff'); // Do a bunch of stuff. console.timeEnd('bunch-of-stuff'); // Prints: bunch-of-stuff: 225.438ms Parameters #optional#label: string = 'default'Return Type #void
method Console.timeEnd#Console.timeEnd(label?: string): voidStops a timer that was previously started by calling time and prints the result to stdout: console.time('bunch-of-stuff'); // Do a bunch of stuff. console.timeEnd('bunch-of-stuff'); // Prints: bunch-of-stuff: 225.438ms Parameters #optional#label: string = 'default'Return Type #void