()
| 7776 | } |
| 7777 | |
| 7778 | function 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 | |
| 7790 | function stopCommitTimer() { |
| 7791 | if (enableUserTimingAPI) { |
no test coverage detected