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

Function startCommitLifeCyclesTimer

code/event-handlers/public/app.js:7162–7170  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7160}
7161
7162function startCommitLifeCyclesTimer() {
7163 if (enableUserTimingAPI) {
7164 if (!supportsUserTiming) {
7165 return;
7166 }
7167 effectCountInCurrentCommit = 0;
7168 beginMark('(Calling Lifecycle Methods)');
7169 }
7170}
7171
7172function stopCommitLifeCyclesTimer() {
7173 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected