()
| 7100 | } |
| 7101 | |
| 7102 | function startCommitTimer() { |
| 7103 | if (enableUserTimingAPI) { |
| 7104 | if (!supportsUserTiming) { |
| 7105 | return; |
| 7106 | } |
| 7107 | isCommitting = true; |
| 7108 | hasScheduledUpdateInCurrentCommit = false; |
| 7109 | labelsInCurrentCommit.clear(); |
| 7110 | beginMark('(Committing Changes)'); |
| 7111 | } |
| 7112 | } |
| 7113 | |
| 7114 | function stopCommitTimer() { |
| 7115 | if (enableUserTimingAPI) { |
no test coverage detected