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

Function stopCommitLifeCyclesTimer

code/communication/public/app.js:7877–7886  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7875}
7876
7877function stopCommitLifeCyclesTimer() {
7878 if (enableUserTimingAPI) {
7879 if (!supportsUserTiming) {
7880 return;
7881 }
7882 var count = effectCountInCurrentCommit;
7883 effectCountInCurrentCommit = 0;
7884 endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
7885 }
7886}
7887
7888var didWarnUpdateInsideUpdate = void 0;
7889

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected