MCPcopy Create free account
hub / github.com/microsoft/SandDance / stopCommitLifeCyclesTimer

Function stopCommitLifeCyclesTimer

docs/external/js/react-dom.development.js:10732–10742  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10730 }
10731 }
10732 function stopCommitLifeCyclesTimer() {
10733 {
10734 if (!supportsUserTiming) {
10735 return;
10736 }
10737
10738 var count = effectCountInCurrentCommit;
10739 effectCountInCurrentCommit = 0;
10740 endMark("(Calling Lifecycle Methods: " + count + " Total)", '(Calling Lifecycle Methods)', null);
10741 }
10742 }
10743
10744 var valueStack = [];
10745 var fiberStack;

Callers 1

commitRootImplFunction · 0.85

Calls 1

endMarkFunction · 0.85

Tested by

no test coverage detected