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

Function stopCommitLifeCyclesTimer

code/styling/public/app.js:7842–7851  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7840}
7841
7842function stopCommitLifeCyclesTimer() {
7843 if (enableUserTimingAPI) {
7844 if (!supportsUserTiming) {
7845 return;
7846 }
7847 var count = effectCountInCurrentCommit;
7848 effectCountInCurrentCommit = 0;
7849 endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
7850 }
7851}
7852
7853var didWarnUpdateInsideUpdate = void 0;
7854

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected