()
| 7809 | } |
| 7810 | |
| 7811 | function startCommitHostEffectsTimer() { |
| 7812 | if (enableUserTimingAPI) { |
| 7813 | if (!supportsUserTiming) { |
| 7814 | return; |
| 7815 | } |
| 7816 | effectCountInCurrentCommit = 0; |
| 7817 | beginMark('(Committing Host Effects)'); |
| 7818 | } |
| 7819 | } |
| 7820 | |
| 7821 | function stopCommitHostEffectsTimer() { |
| 7822 | if (enableUserTimingAPI) { |
no test coverage detected