method Console.profileEndConsole.profileEnd(label?: string): voidStops recording a performance profile ExamplesExample 1 console.profile('Performance Profile'); // ... code to profile console.profileEnd('Performance Profile'); Parametersoptionallabel: stringProfile label to stop Return Typevoid