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

Function stopCommitLifeCyclesTimer

code/event-handlers/public/app.js:7172–7181  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7170}
7171
7172function stopCommitLifeCyclesTimer() {
7173 if (enableUserTimingAPI) {
7174 if (!supportsUserTiming) {
7175 return;
7176 }
7177 var count = effectCountInCurrentCommit;
7178 effectCountInCurrentCommit = 0;
7179 endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
7180 }
7181}
7182
7183var didWarnUpdateInsideUpdate = void 0;
7184

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected