()
| 7042 | } |
| 7043 | |
| 7044 | function startCommitHostEffectsTimer() { |
| 7045 | if (enableUserTimingAPI) { |
| 7046 | if (!supportsUserTiming) { |
| 7047 | return; |
| 7048 | } |
| 7049 | effectCountInCurrentCommit = 0; |
| 7050 | beginMark('(Committing Host Effects)'); |
| 7051 | } |
| 7052 | } |
| 7053 | |
| 7054 | function stopCommitHostEffectsTimer() { |
| 7055 | if (enableUserTimingAPI) { |
no test coverage detected