()
| 7914 | } |
| 7915 | |
| 7916 | function startCommitTimer() { |
| 7917 | if (enableUserTimingAPI) { |
| 7918 | if (!supportsUserTiming) { |
| 7919 | return; |
| 7920 | } |
| 7921 | isCommitting = true; |
| 7922 | hasScheduledUpdateInCurrentCommit = false; |
| 7923 | labelsInCurrentCommit.clear(); |
| 7924 | beginMark('(Committing Changes)'); |
| 7925 | } |
| 7926 | } |
| 7927 | |
| 7928 | function stopCommitTimer() { |
| 7929 | if (enableUserTimingAPI) { |
no test coverage detected