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

Function logTimer

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

Source from the content-addressed store, hash-verified

506 * @type {TimerLog}
507 */
508 const logTimer = (logLabel, traceLabel, args) => {
509 init();
510
511 if ((timerFlags & kShouldSkipAll) !== kShouldSkipAll)
512 internalLogTimer(logLabel, traceLabel, args);
513 };
514
515 return {
516 startTimer,

Callers

nothing calls this directly

Calls 2

internalLogTimerFunction · 0.85
initFunction · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…