WebConsole.profilemethod Console.profile#Console.profile(label?: string): voidStarts recording a performance profile Examples ##Example 1 console.profile('Performance Profile'); // ... code to profile console.profileEnd('Performance Profile'); Parameters #optional#label: stringProfile label Return Type #void
method Console.profile#Console.profile(label?: string): voidStarts recording a performance profile Examples ##Example 1 console.profile('Performance Profile'); // ... code to profile console.profileEnd('Performance Profile'); Parameters #optional#label: stringProfile label Return Type #void