()
| 7009 | } |
| 7010 | |
| 7011 | function startCommitTimer() { |
| 7012 | if (enableUserTimingAPI) { |
| 7013 | if (!supportsUserTiming) { |
| 7014 | return; |
| 7015 | } |
| 7016 | isCommitting = true; |
| 7017 | hasScheduledUpdateInCurrentCommit = false; |
| 7018 | labelsInCurrentCommit.clear(); |
| 7019 | beginMark('(Committing Changes)'); |
| 7020 | } |
| 7021 | } |
| 7022 | |
| 7023 | function stopCommitTimer() { |
| 7024 | if (enableUserTimingAPI) { |
no test coverage detected