()
| 10709 | } |
| 10710 | } |
| 10711 | function stopCommitHostEffectsTimer() { |
| 10712 | { |
| 10713 | if (!supportsUserTiming) { |
| 10714 | return; |
| 10715 | } |
| 10716 | |
| 10717 | var count = effectCountInCurrentCommit; |
| 10718 | effectCountInCurrentCommit = 0; |
| 10719 | endMark("(Committing Host Effects: " + count + " Total)", '(Committing Host Effects)', null); |
| 10720 | } |
| 10721 | } |
| 10722 | function startCommitLifeCyclesTimer() { |
| 10723 | { |
| 10724 | if (!supportsUserTiming) { |
no test coverage detected