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

Function startCommitTimer

code/higher-order-components/public/app.js:7772–7782  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7770}
7771
7772function startCommitTimer() {
7773 if (enableUserTimingAPI) {
7774 if (!supportsUserTiming) {
7775 return;
7776 }
7777 isCommitting = true;
7778 hasScheduledUpdateInCurrentCommit = false;
7779 labelsInCurrentCommit.clear();
7780 beginMark('(Committing Changes)');
7781 }
7782}
7783
7784function stopCommitTimer() {
7785 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected