MCPcopy Index your code
hub / github.com/plotly/dash / startCommitHostEffectsTimer

Function startCommitHostEffectsTimer

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

Source from the content-addressed store, hash-verified

10699 }
10700 }
10701 function startCommitHostEffectsTimer() {
10702 {
10703 if (!supportsUserTiming) {
10704 return;
10705 }
10706
10707 effectCountInCurrentCommit = 0;
10708 beginMark('(Committing Host Effects)');
10709 }
10710 }
10711 function stopCommitHostEffectsTimer() {
10712 {
10713 if (!supportsUserTiming) {

Callers 1

commitRootImplFunction · 0.85

Calls 1

beginMarkFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…