()
| 7811 | } |
| 7812 | |
| 7813 | function startCommitTimer() { |
| 7814 | if (enableUserTimingAPI) { |
| 7815 | if (!supportsUserTiming) { |
| 7816 | return; |
| 7817 | } |
| 7818 | isCommitting = true; |
| 7819 | hasScheduledUpdateInCurrentCommit = false; |
| 7820 | labelsInCurrentCommit.clear(); |
| 7821 | beginMark('(Committing Changes)'); |
| 7822 | } |
| 7823 | } |
| 7824 | |
| 7825 | function stopCommitTimer() { |
| 7826 | if (enableUserTimingAPI) { |
no test coverage detected