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

Function bubbleNestedEffectDurations

docs/index.js:22646–22650  ·  view source on GitHub ↗
(prevEffectDuration)

Source from the content-addressed store, hash-verified

22644 return elapsedTime;
22645 }
22646 function bubbleNestedEffectDurations(prevEffectDuration) {
22647 var elapsedTime = profilerEffectDuration;
22648 profilerEffectDuration += prevEffectDuration;
22649 return elapsedTime;
22650 }
22651 function startProfilerTimer(fiber) {
22652 profilerStartTime = now();
22653 0 > fiber.actualStartTime && (fiber.actualStartTime = profilerStartTime);

Callers 5

reappearLayoutEffectsFunction · 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…