WebI/OConsole.timeEndmethod Console.timeEnd#Console.timeEnd(label?: string): voidStops a timer that was previously started Examples ##console.time('operation'); // ... some code console.timeEnd('operation'); // Prints: operation: 1234ms Parameters #optional#label: stringTimer label to stop. Defaults to 'default' Return Type #void
method Console.timeEnd#Console.timeEnd(label?: string): voidStops a timer that was previously started Examples ##console.time('operation'); // ... some code console.timeEnd('operation'); // Prints: operation: 1234ms Parameters #optional#label: stringTimer label to stop. Defaults to 'default' Return Type #void