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

Function startCommitTimer

code/third-party/public/app.js:7011–7021  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7009}
7010
7011function startCommitTimer() {
7012 if (enableUserTimingAPI) {
7013 if (!supportsUserTiming) {
7014 return;
7015 }
7016 isCommitting = true;
7017 hasScheduledUpdateInCurrentCommit = false;
7018 labelsInCurrentCommit.clear();
7019 beginMark('(Committing Changes)');
7020 }
7021}
7022
7023function stopCommitTimer() {
7024 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected