MCPcopy Create free account
hub / github.com/microsoft/SandDance / stopCommitHostEffectsTimer

Function stopCommitHostEffectsTimer

docs/external/js/react-dom.development.js:10711–10721  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10709 }
10710 }
10711 function stopCommitHostEffectsTimer() {
10712 {
10713 if (!supportsUserTiming) {
10714 return;
10715 }
10716
10717 var count = effectCountInCurrentCommit;
10718 effectCountInCurrentCommit = 0;
10719 endMark("(Committing Host Effects: " + count + " Total)", '(Committing Host Effects)', null);
10720 }
10721 }
10722 function startCommitLifeCyclesTimer() {
10723 {
10724 if (!supportsUserTiming) {

Callers 1

commitRootImplFunction · 0.85

Calls 1

endMarkFunction · 0.85

Tested by

no test coverage detected