MCPcopy 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

placeNodesMethod · 0.95

Calls 2

logMethod · 0.45
printMethod · 0.45

Tested by

no test coverage detected