()
| 7149 | } |
| 7150 | |
| 7151 | function stopCommitHostEffectsTimer() { |
| 7152 | if (enableUserTimingAPI) { |
| 7153 | if (!supportsUserTiming) { |
| 7154 | return; |
| 7155 | } |
| 7156 | var count = effectCountInCurrentCommit; |
| 7157 | effectCountInCurrentCommit = 0; |
| 7158 | endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null); |
| 7159 | } |
| 7160 | } |
| 7161 | |
| 7162 | function startCommitLifeCyclesTimer() { |
| 7163 | if (enableUserTimingAPI) { |