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

Function stopCommitHostEffectsTimer

code/communication/public/app.js:7856–7865  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7854}
7855
7856function stopCommitHostEffectsTimer() {
7857 if (enableUserTimingAPI) {
7858 if (!supportsUserTiming) {
7859 return;
7860 }
7861 var count = effectCountInCurrentCommit;
7862 effectCountInCurrentCommit = 0;
7863 endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null);
7864 }
7865}
7866
7867function startCommitLifeCyclesTimer() {
7868 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected