WebI/OConsole.profileEndmethod Console.profileEnd#Console.profileEnd(label?: string): voidStops recording a performance profile Examples ##console.profile('Performance Profile'); // ... code to profile console.profileEnd('Performance Profile'); Parameters #optional#label: stringProfile label to stop Return Type #void
method Console.profileEnd#Console.profileEnd(label?: string): voidStops recording a performance profile Examples ##console.profile('Performance Profile'); // ... code to profile console.profileEnd('Performance Profile'); Parameters #optional#label: stringProfile label to stop Return Type #void