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

Function endTimer

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

Source from the content-addressed store, hash-verified

496 * @type {TimerEnd}
497 */
498 const endTimer = (logLabel, traceLabel) => {
499 init();
500
501 if ((timerFlags & kShouldSkipAll) !== kShouldSkipAll)
502 internalEndTimer(logLabel, traceLabel);
503 };
504
505 /**
506 * @type {TimerLog}

Callers 1

wrapModuleLoadFunction · 0.85

Calls 2

internalEndTimerFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…