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

Function stopCommitLifeCyclesTimer

code/third-party/public/app.js:7075–7084  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7073}
7074
7075function stopCommitLifeCyclesTimer() {
7076 if (enableUserTimingAPI) {
7077 if (!supportsUserTiming) {
7078 return;
7079 }
7080 var count = effectCountInCurrentCommit;
7081 effectCountInCurrentCommit = 0;
7082 endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null);
7083 }
7084}
7085
7086var didWarnUpdateInsideUpdate = void 0;
7087

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected