()
| 7957 | } |
| 7958 | |
| 7959 | function stopCommitHostEffectsTimer() { |
| 7960 | if (enableUserTimingAPI) { |
| 7961 | if (!supportsUserTiming) { |
| 7962 | return; |
| 7963 | } |
| 7964 | var count = effectCountInCurrentCommit; |
| 7965 | effectCountInCurrentCommit = 0; |
| 7966 | endMark('(Committing Host Effects: ' + count + ' Total)', '(Committing Host Effects)', null); |
| 7967 | } |
| 7968 | } |
| 7969 | |
| 7970 | function startCommitLifeCyclesTimer() { |
| 7971 | if (enableUserTimingAPI) { |