()
| 7844 | } |
| 7845 | |
| 7846 | function startCommitHostEffectsTimer() { |
| 7847 | if (enableUserTimingAPI) { |
| 7848 | if (!supportsUserTiming) { |
| 7849 | return; |
| 7850 | } |
| 7851 | effectCountInCurrentCommit = 0; |
| 7852 | beginMark('(Committing Host Effects)'); |
| 7853 | } |
| 7854 | } |
| 7855 | |
| 7856 | function stopCommitHostEffectsTimer() { |
| 7857 | if (enableUserTimingAPI) { |
no test coverage detected