MCPcopy Create free account
hub / github.com/reactjs/react-rails / startCommitTimer

Function startCommitTimer

lib/assets/react-source/development/react.js:14219–14230  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14217 }
14218 }
14219 function startCommitTimer() {
14220 {
14221 if (!supportsUserTiming) {
14222 return;
14223 }
14224
14225 isCommitting = true;
14226 hasScheduledUpdateInCurrentCommit = false;
14227 labelsInCurrentCommit.clear();
14228 beginMark('(Committing Changes)');
14229 }
14230 }
14231 function stopCommitTimer() {
14232 {
14233 if (!supportsUserTiming) {

Callers 1

commitRootImplFunction · 0.85

Calls 1

beginMarkFunction · 0.85

Tested by

no test coverage detected