()
| 8060 | } |
| 8061 | |
| 8062 | function startCommitHostEffectsTimer() { |
| 8063 | if (enableUserTimingAPI) { |
| 8064 | if (!supportsUserTiming) { |
| 8065 | return; |
| 8066 | } |
| 8067 | effectCountInCurrentCommit = 0; |
| 8068 | beginMark('(Committing Host Effects)'); |
| 8069 | } |
| 8070 | } |
| 8071 | |
| 8072 | function stopCommitHostEffectsTimer() { |
| 8073 | if (enableUserTimingAPI) { |
no test coverage detected