()
| 10699 | } |
| 10700 | } |
| 10701 | function startCommitHostEffectsTimer() { |
| 10702 | { |
| 10703 | if (!supportsUserTiming) { |
| 10704 | return; |
| 10705 | } |
| 10706 | |
| 10707 | effectCountInCurrentCommit = 0; |
| 10708 | beginMark('(Committing Host Effects)'); |
| 10709 | } |
| 10710 | } |
| 10711 | function stopCommitHostEffectsTimer() { |
| 10712 | { |
| 10713 | if (!supportsUserTiming) { |
no test coverage detected
searching dependent graphs…