MCPcopy Index your code
hub / github.com/nodejs/node / trace

Method trace

deps/v8/tools/turbolizer/src/graph-layout.ts:242–246  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

240 }
241
242 private trace(message: string): void {
243 if (C.TRACE_LAYOUT) {
244 console.log(`${message} ${performance.now() - this.startTime}`);
245 }
246 }
247
248 private traceOccupation(message: string): void {
249 if (C.TRACE_LAYOUT) {

Callers 15

initNodesMethod · 0.95
initWorkListMethod · 0.95
placeNodesMethod · 0.95
testFunction · 0.45
testFunction · 0.45
test-console.jsFile · 0.45
finish_testFunction · 0.45
console.jsFile · 0.45
traceFunction · 0.45

Calls 2

nowMethod · 0.80
logMethod · 0.45

Tested by 2

testFunction · 0.36
testFunction · 0.36