()
| 7139 | } |
| 7140 | |
| 7141 | function startCommitHostEffectsTimer() { |
| 7142 | if (enableUserTimingAPI) { |
| 7143 | if (!supportsUserTiming) { |
| 7144 | return; |
| 7145 | } |
| 7146 | effectCountInCurrentCommit = 0; |
| 7147 | beginMark('(Committing Host Effects)'); |
| 7148 | } |
| 7149 | } |
| 7150 | |
| 7151 | function stopCommitHostEffectsTimer() { |
| 7152 | if (enableUserTimingAPI) { |
no test coverage detected