MCPcopy Create free account
hub / github.com/nodejs/node / finalize

Method finalize

deps/v8/tools/heap-stats/model.js:25–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 }
24
25 finalize() {
26 Object.values(this.gcs).forEach(gc => this.finalizeGC(gc));
27 this.sortInstanceTypePeakMemory();
28 }
29
30 getLabel() {
31 let label = `${this.address}: gc=#${Object.keys(this.gcs).length}`;

Callers 1

Calls 4

finalizeGCMethod · 0.95
forEachMethod · 0.65
valuesMethod · 0.45

Tested by

no test coverage detected