• Overview
@angular/core/globals

enableProfiling

function

Start listening to the Angular's internal performance-related events and route those to the Chrome DevTools performance panel. This enables Angular-specific data visualization when recording a performance profile directly in the Chrome DevTools.

API

  
    function enableProfiling(): () => void;
  
  

enableProfiling

() => void

Start listening to the Angular's internal performance-related events and route those to the Chrome DevTools performance panel. This enables Angular-specific data visualization when recording a performance profile directly in the Chrome DevTools.

@returns() => void
Jump to details