MCPcopy Index your code
hub / github.com/angular/angular / labels

Function labels

packages/core/src/profiler.ts:46–53  ·  view source on GitHub ↗
(label: string)

Source from the content-addressed store, hash-verified

44}
45
46export function labels(label: string) {
47 const labelName = `${PERFORMANCE_MARK_PREFIX}:${label}`;
48 return {
49 labelName,
50 startLabel: `start:${labelName}`,
51 endLabel: `end:${labelName}`,
52 };
53}
54
55let warningLogged = false;
56/**

Callers 2

startMeasuringFunction · 0.85
stopMeasuringFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…