MCPcopy Create free account
hub / github.com/krasimir/react-in-patterns / stopCommitLifeCyclesTimer

Function stopCommitLifeCyclesTimer

code/new-context-api/public/app.js:7203–7212  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7201}
7202
7203function stopCommitLifeCyclesTimer() {
7204 if (enableUserTimingAPI) {
7205 if (!supportsUserTiming) {
7206 return;
7207 }
7208 var count = effectCountInCurrentCommit;
7209 effectCountInCurrentCommit = 0;
7210 endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
7211 }
7212}
7213
7214var didWarnUpdateInsideUpdate = void 0;
7215

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected