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

Function startCommitTimer

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

Source from the content-addressed store, hash-verified

10645 }
10646 }
10647 function startCommitTimer() {
10648 {
10649 if (!supportsUserTiming) {
10650 return;
10651 }
10652
10653 isCommitting = true;
10654 hasScheduledUpdateInCurrentCommit = false;
10655 labelsInCurrentCommit.clear();
10656 beginMark('(Committing Changes)');
10657 }
10658 }
10659 function stopCommitTimer() {
10660 {
10661 if (!supportsUserTiming) {

Callers 1

commitRootImplFunction · 0.85

Calls 2

beginMarkFunction · 0.85
clearMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…