Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ traceOccupation
Method
traceOccupation
deps/v8/tools/turbolizer/src/graph-layout.ts:248–253 ·
view source on GitHub ↗
(message: string)
Source
from the content-addressed store, hash-verified
246
}
247
248
private traceOccupation(message: string): void {
249
if
(C.TRACE_LAYOUT) {
250
console.log(message);
251
this.layoutOccupation.print();
252
}
253
}
254
}
Callers
1
placeNodes
Method · 0.95
Calls
2
log
Method · 0.45
print
Method · 0.45
Tested by
no test coverage detected