Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
extendAndSanitizeModel
Method · 0.45
Calls
4
finalizeGC
Method · 0.95
sortInstanceTypePeakMemory
Method · 0.95
forEach
Method · 0.65
values
Method · 0.45
Tested by
no test coverage detected