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

Function stopCommitHostEffectsTimer

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

Source from the content-addressed store, hash-verified

7819}
7820
7821function stopCommitHostEffectsTimer() {
7822 if (enableUserTimingAPI) {
7823 if (!supportsUserTiming) {
7824 return;
7825 }
7826 var count = effectCountInCurrentCommit;
7827 effectCountInCurrentCommit = 0;
7828 endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null);
7829 }
7830}
7831
7832function startCommitLifeCyclesTimer() {
7833 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

endMarkFunction · 0.70

Tested by

no test coverage detected