()
| 7819 | } |
| 7820 | |
| 7821 | function stopCommitHostEffectsTimer() { |
| 7822 | if (enableUserTimingAPI) { |
| 7823 | if (!supportsUserTiming) { |
| 7824 | return; |
| 7825 | } |
| 7826 | var count = effectCountInCurrentCommit; |
| 7827 | effectCountInCurrentCommit = 0; |
| 7828 | endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null); |
| 7829 | } |
| 7830 | } |
| 7831 | |
| 7832 | function startCommitLifeCyclesTimer() { |
| 7833 | if (enableUserTimingAPI) { |