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

Function internalStartTimer

lib/internal/util/debuglog.js:404–419  ·  view source on GitHub ↗

* @type {TimerStart}

(logLabel, traceLabel)

Source from the content-addressed store, hash-verified

402 * @type {TimerStart}
403 */
404 function internalStartTimer(logLabel, traceLabel) {
405 ensureTimerFlagsAreUpdated();
406
407 if ((timerFlags & kShouldSkipAll) === kShouldSkipAll) {
408 return;
409 }
410
411 time(
412 tracesStores[set],
413 traceCategory,
414 'debuglog.time',
415 timerFlags,
416 logLabel,
417 traceLabel,
418 );
419 }
420
421 /**
422 * @type {TimerEnd}

Callers 1

startTimerFunction · 0.85

Calls 2

timeFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…