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

Method eventCount

packages/compiler-cli/src/ngtsc/perf/src/api.ts:410–410  ·  view source on GitHub ↗

* Record that a specific event has occurred, possibly more than once.

(event: PerfEvent, incrementBy?: number)

Source from the content-addressed store, hash-verified

408 * Record that a specific event has occurred, possibly more than once.
409 */
410 eventCount(event: PerfEvent, incrementBy?: number): void;
411
412 /**
413 * Return the `PerfRecorder` to an empty state (clear all tracked statistics) and reset the zero

Callers 14

emitMethod · 0.65
constructorMethod · 0.65
eventCountMethod · 0.65
addDirectiveMethod · 0.65
updateFromContextMethod · 0.65
analyzeMethod · 0.65
analyzeMethod · 0.65
analyzeMethod · 0.65
analyzeMethod · 0.65
analyzeMethod · 0.65
analyzeMethod · 0.65

Implementers 3

NoopPerfRecorderpackages/compiler-cli/src/ngtsc/perf/s
ActivePerfRecorderpackages/compiler-cli/src/ngtsc/perf/s
DelegatingPerfRecorderpackages/compiler-cli/src/ngtsc/perf/s

Calls

no outgoing calls

Tested by

no test coverage detected