()
| 7854 | } |
| 7855 | |
| 7856 | function stopCommitHostEffectsTimer() { |
| 7857 | if (enableUserTimingAPI) { |
| 7858 | if (!supportsUserTiming) { |
| 7859 | return; |
| 7860 | } |
| 7861 | var count = effectCountInCurrentCommit; |
| 7862 | effectCountInCurrentCommit = 0; |
| 7863 | endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null); |
| 7864 | } |
| 7865 | } |
| 7866 | |
| 7867 | function startCommitLifeCyclesTimer() { |
| 7868 | if (enableUserTimingAPI) { |