()
| 14217 | } |
| 14218 | } |
| 14219 | function startCommitTimer() { |
| 14220 | { |
| 14221 | if (!supportsUserTiming) { |
| 14222 | return; |
| 14223 | } |
| 14224 | |
| 14225 | isCommitting = true; |
| 14226 | hasScheduledUpdateInCurrentCommit = false; |
| 14227 | labelsInCurrentCommit.clear(); |
| 14228 | beginMark('(Committing Changes)'); |
| 14229 | } |
| 14230 | } |
| 14231 | function stopCommitTimer() { |
| 14232 | { |
| 14233 | if (!supportsUserTiming) { |
no test coverage detected