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

Function createPerformanceNodeEntry

lib/internal/perf/performance_entry.js:125–131  ·  view source on GitHub ↗
(name, type, start, duration, detail)

Source from the content-addressed store, hash-verified

123}
124
125function createPerformanceNodeEntry(name, type, start, duration, detail) {
126 const entry = new PerformanceNodeEntry(kSkipThrow, name, type, start, duration);
127
128 entry[kDetail] = detail;
129
130 return entry;
131}
132
133module.exports = {
134 createPerformanceEntry,

Callers 3

processCompleteFunction · 0.85
observerCallbackFunction · 0.85
stopPerfFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…