()
| 7947 | } |
| 7948 | |
| 7949 | function startCommitHostEffectsTimer() { |
| 7950 | if (enableUserTimingAPI) { |
| 7951 | if (!supportsUserTiming) { |
| 7952 | return; |
| 7953 | } |
| 7954 | effectCountInCurrentCommit = 0; |
| 7955 | beginMark('(Committing Host Effects)'); |
| 7956 | } |
| 7957 | } |
| 7958 | |
| 7959 | function stopCommitHostEffectsTimer() { |
| 7960 | if (enableUserTimingAPI) { |
no test coverage detected