MCPcopy Index your code
hub / github.com/reactjs/react-rails / endFiberMark

Function endFiberMark

lib/assets/react-source/development/react.js:13998–14005  ·  view source on GitHub ↗
(fiber, phase, warning)

Source from the content-addressed store, hash-verified

13996 };
13997
13998 var endFiberMark = function (fiber, phase, warning) {
13999 var componentName = getComponentName(fiber.type) || 'Unknown';
14000 var debugID = fiber._debugID;
14001 var isMounted = fiber.alternate !== null;
14002 var label = getFiberLabel(componentName, isMounted, phase);
14003 var markName = getFiberMarkName(label, debugID);
14004 endMark(label, markName, warning);
14005 };
14006
14007 var shouldIgnoreFiber = function (fiber) {
14008 // Host components should be skipped in the timeline.

Callers 4

pauseTimersFunction · 0.85
stopWorkTimerFunction · 0.85
stopFailedWorkTimerFunction · 0.85
stopPhaseTimerFunction · 0.85

Calls 4

getFiberLabelFunction · 0.85
getFiberMarkNameFunction · 0.85
endMarkFunction · 0.85
getComponentNameFunction · 0.70

Tested by

no test coverage detected