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

Function stopCommitHostEffectsTimer

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

Source from the content-addressed store, hash-verified

8070}
8071
8072function stopCommitHostEffectsTimer() {
8073 if (enableUserTimingAPI) {
8074 if (!supportsUserTiming) {
8075 return;
8076 }
8077 var count = effectCountInCurrentCommit;
8078 effectCountInCurrentCommit = 0;
8079 endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null);
8080 }
8081}
8082
8083function startCommitLifeCyclesTimer() {
8084 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected