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 ##label: string optionalProfile 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 ##label: string optionalProfile label to stop Return Type #void