()
| 10645 | } |
| 10646 | } |
| 10647 | function startCommitTimer() { |
| 10648 | { |
| 10649 | if (!supportsUserTiming) { |
| 10650 | return; |
| 10651 | } |
| 10652 | |
| 10653 | isCommitting = true; |
| 10654 | hasScheduledUpdateInCurrentCommit = false; |
| 10655 | labelsInCurrentCommit.clear(); |
| 10656 | beginMark('(Committing Changes)'); |
| 10657 | } |
| 10658 | } |
| 10659 | function stopCommitTimer() { |
| 10660 | { |
| 10661 | if (!supportsUserTiming) { |
no test coverage detected
searching dependent graphs…