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

Function stopCommitLifeCyclesTimer

code/redux/public/app.js:8093–8102  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8091}
8092
8093function stopCommitLifeCyclesTimer() {
8094 if (enableUserTimingAPI) {
8095 if (!supportsUserTiming) {
8096 return;
8097 }
8098 var count = effectCountInCurrentCommit;
8099 effectCountInCurrentCommit = 0;
8100 endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
8101 }
8102}
8103
8104var didWarnUpdateInsideUpdate = void 0;
8105

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected