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

Function startCommitLifeCyclesTimer

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

Source from the content-addressed store, hash-verified

10720 }
10721 }
10722 function startCommitLifeCyclesTimer() {
10723 {
10724 if (!supportsUserTiming) {
10725 return;
10726 }
10727
10728 effectCountInCurrentCommit = 0;
10729 beginMark('(Calling Lifecycle Methods)');
10730 }
10731 }
10732 function stopCommitLifeCyclesTimer() {
10733 {
10734 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…