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

Function internalEndTimer

lib/internal/util/debuglog.js:424–440  ·  view source on GitHub ↗

* @type {TimerEnd}

(logLabel, traceLabel)

Source from the content-addressed store, hash-verified

422 * @type {TimerEnd}
423 */
424 function internalEndTimer(logLabel, traceLabel) {
425 ensureTimerFlagsAreUpdated();
426
427 if ((timerFlags & kShouldSkipAll) === kShouldSkipAll) {
428 return;
429 }
430
431 timeEnd(
432 tracesStores[set],
433 traceCategory,
434 'debuglog.timeEnd',
435 timerFlags,
436 logImpl,
437 logLabel,
438 traceLabel,
439 );
440 }
441
442 /**
443 * @type {TimerLog}

Callers 1

endTimerFunction · 0.85

Calls 2

timeEndFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…