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

Function observerCallback

lib/internal/perf/observe.js:526–536  ·  view source on GitHub ↗
(name, type, startTime, duration, details)

Source from the content-addressed store, hash-verified

524}
525
526function observerCallback(name, type, startTime, duration, details) {
527 const entry =
528 createPerformanceNodeEntry(
529 name,
530 type,
531 startTime,
532 duration,
533 details);
534
535 enqueue(entry);
536}
537
538setupObservers(observerCallback);
539

Callers

nothing calls this directly

Calls 2

enqueueFunction · 0.70

Tested by

no test coverage detected