()
| 7052 | } |
| 7053 | |
| 7054 | function stopCommitHostEffectsTimer() { |
| 7055 | if (enableUserTimingAPI) { |
| 7056 | if (!supportsUserTiming) { |
| 7057 | return; |
| 7058 | } |
| 7059 | var count = effectCountInCurrentCommit; |
| 7060 | effectCountInCurrentCommit = 0; |
| 7061 | endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null); |
| 7062 | } |
| 7063 | } |
| 7064 | |
| 7065 | function startCommitLifeCyclesTimer() { |
| 7066 | if (enableUserTimingAPI) { |