MCPcopy Index your code
hub / github.com/caseywebdev/react-list / startProfilerTimer

Function startProfilerTimer

docs/index.js:22651–22654  ·  view source on GitHub ↗
(fiber)

Source from the content-addressed store, hash-verified

22649 return elapsedTime;
22650 }
22651 function startProfilerTimer(fiber) {
22652 profilerStartTime = now();
22653 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime);
22654 }
22655 function stopProfilerTimerIfRunningAndRecordDuration(fiber) {
22656 if (0 <= profilerStartTime) {
22657 var elapsedTime = now() - profilerStartTime;

Callers 3

performUnitOfWorkFunction · 0.85
replayBeginWorkFunction · 0.85
completeUnitOfWorkFunction · 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…