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

Function startTimer

lib/internal/util/debuglog.js:488–493  ·  view source on GitHub ↗
(logLabel, traceLabel)

Source from the content-addressed store, hash-verified

486 * @type {TimerStart}
487 */
488 const startTimer = (logLabel, traceLabel) => {
489 init();
490
491 if ((timerFlags & kShouldSkipAll) !== kShouldSkipAll)
492 internalStartTimer(logLabel, traceLabel);
493 };
494
495 /**
496 * @type {TimerEnd}

Callers 1

wrapModuleLoadFunction · 0.85

Calls 2

internalStartTimerFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…