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

Function markComponentRenderStarted

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

Source from the content-addressed store, hash-verified

19587 injectedProfilingHooks.markCommitStopped();
19588 }
19589 function markComponentRenderStarted(fiber) {
19590 null !== injectedProfilingHooks &&
19591 "function" ===
19592 typeof injectedProfilingHooks.markComponentRenderStarted &&
19593 injectedProfilingHooks.markComponentRenderStarted(fiber);
19594 }
19595 function markComponentRenderStopped() {
19596 null !== injectedProfilingHooks &&
19597 "function" ===

Callers 5

updateForwardRefFunction · 0.85
updateFunctionComponentFunction · 0.85
replayFunctionComponentFunction · 0.85
updateClassComponentFunction · 0.85
beginWorkFunction · 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…