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

Function startCommitTimer

code/redux/public/app.js:8029–8039  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8027}
8028
8029function startCommitTimer() {
8030 if (enableUserTimingAPI) {
8031 if (!supportsUserTiming) {
8032 return;
8033 }
8034 isCommitting = true;
8035 hasScheduledUpdateInCurrentCommit = false;
8036 labelsInCurrentCommit.clear();
8037 beginMark('(Committing Changes)');
8038 }
8039}
8040
8041function stopCommitTimer() {
8042 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected