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

Function startCommitTimer

code/styling/public/app.js:7778–7788  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7776}
7777
7778function startCommitTimer() {
7779 if (enableUserTimingAPI) {
7780 if (!supportsUserTiming) {
7781 return;
7782 }
7783 isCommitting = true;
7784 hasScheduledUpdateInCurrentCommit = false;
7785 labelsInCurrentCommit.clear();
7786 beginMark('(Committing Changes)');
7787 }
7788}
7789
7790function stopCommitTimer() {
7791 if (enableUserTimingAPI) {

Callers 1

commitRootFunction · 0.70

Calls 1

beginMarkFunction · 0.70

Tested by

no test coverage detected