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

Method processTimerEventStart

deps/v8/tools/system-analyzer/processor.mjs:625–628  ·  view source on GitHub ↗
(type, time)

Source from the content-addressed store, hash-verified

623 }
624
625 processTimerEventStart(type, time) {
626 const entry = new TimerLogEntry(type, time);
627 this._timerTimeline.push(entry);
628 }
629
630 processTimerEventEnd(type, time) {
631 // Timer-events are infrequent, and not deeply nested, doing a linear walk

Callers

nothing calls this directly

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected