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

Method memory

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

* Record the memory usage of the compiler at the given checkpoint.

(after: PerfCheckpoint)

Source from the content-addressed store, hash-verified

403 * Record the memory usage of the compiler at the given checkpoint.
404 */
405 memory(after: PerfCheckpoint): void;
406
407 /**
408 * Record that a specific event has occurred, possibly more than once.

Callers 7

constructorMethod · 0.65
emitMethod · 0.65
analyzeAsyncMethod · 0.65
analyzeSyncMethod · 0.65
resolveCompilationMethod · 0.65
memoryMethod · 0.65
updateFromContextMethod · 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