MCPcopy
hub / github.com/angular/angular / profiler

Function profiler

packages/core/src/render3/profiler.ts:55–60  ·  view source on GitHub ↗
(event, instance = null, eventFn)

Source from the content-addressed store, hash-verified

53 * The value depends on the execution context
54 */
55export const profiler: Profiler = function (event, instance = null, eventFn): void {
56 for (let i = 0; i < profilerCallbacks.length; i++) {
57 const profilerCallback = profilerCallbacks[i];
58 profilerCallback(event, instance, eventFn);
59 }
60};

Callers 15

profiler_spec.tsFile · 0.90
bootstrapImplMethod · 0.90
_tickMethod · 0.90
ApplicationRefClass · 0.90
synchronizeMethod · 0.90
executeOnDestroysFunction · 0.90
callHookInternalFunction · 0.90
createMethod · 0.90
createComponentRefMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…