()
| 10688 | } |
| 10689 | } |
| 10690 | function stopCommitSnapshotEffectsTimer() { |
| 10691 | { |
| 10692 | if (!supportsUserTiming) { |
| 10693 | return; |
| 10694 | } |
| 10695 | |
| 10696 | var count = effectCountInCurrentCommit; |
| 10697 | effectCountInCurrentCommit = 0; |
| 10698 | endMark("(Committing Snapshot Effects: " + count + " Total)", '(Committing Snapshot Effects)', null); |
| 10699 | } |
| 10700 | } |
| 10701 | function startCommitHostEffectsTimer() { |
| 10702 | { |
| 10703 | if (!supportsUserTiming) { |
no test coverage detected
searching dependent graphs…