()
| 8070 | } |
| 8071 | |
| 8072 | function stopCommitHostEffectsTimer() { |
| 8073 | if (enableUserTimingAPI) { |
| 8074 | if (!supportsUserTiming) { |
| 8075 | return; |
| 8076 | } |
| 8077 | var count = effectCountInCurrentCommit; |
| 8078 | effectCountInCurrentCommit = 0; |
| 8079 | endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null); |
| 8080 | } |
| 8081 | } |
| 8082 | |
| 8083 | function startCommitLifeCyclesTimer() { |
| 8084 | if (enableUserTimingAPI) { |