MCPcopy Index your code
hub / github.com/krasimir/react-in-patterns / startCommitTimer

Function startCommitTimer

code/composition/public/app.js:7916–7926  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7914}
7915
7916function startCommitTimer() {
7917 if (enableUserTimingAPI) {
7918 if (!supportsUserTiming) {
7919 return;
7920 }
7921 isCommitting = true;
7922 hasScheduledUpdateInCurrentCommit = false;
7923 labelsInCurrentCommit.clear();
7924 beginMark('(Committing Changes)');
7925 }
7926}
7927
7928function stopCommitTimer() {
7929 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected