()
| 7770 | } |
| 7771 | |
| 7772 | function 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 | |
| 7784 | function stopCommitTimer() { |
| 7785 | if (enableUserTimingAPI) { |
no test coverage detected