MCPcopy
hub / github.com/plotly/dash / stopCommitSnapshotEffectsTimer

Function stopCommitSnapshotEffectsTimer

dash/deps/react-dom@16.14.0.js:10690–10700  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

10688 }
10689 }
10690 function stopCommitSnapshotEffectsTimer() {
10691 {
10692 if (!supportsUserTiming) {
10693 return;
10694 }
10695
10696 var count = effectCountInCurrentCommit;
10697 effectCountInCurrentCommit = 0;
10698 endMark("(Committing Snapshot Effects: " + count + " Total)", '(Committing Snapshot Effects)', null);
10699 }
10700 }
10701 function startCommitHostEffectsTimer() {
10702 {
10703 if (!supportsUserTiming) {

Callers 1

commitRootImplFunction · 0.85

Calls 1

endMarkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…