()
| 7180 | } |
| 7181 | |
| 7182 | function stopCommitHostEffectsTimer() { |
| 7183 | if (enableUserTimingAPI) { |
| 7184 | if (!supportsUserTiming) { |
| 7185 | return; |
| 7186 | } |
| 7187 | var count = effectCountInCurrentCommit; |
| 7188 | effectCountInCurrentCommit = 0; |
| 7189 | endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null); |
| 7190 | } |
| 7191 | } |
| 7192 | |
| 7193 | function startCommitLifeCyclesTimer() { |
| 7194 | if (enableUserTimingAPI) { |