()
| 7840 | } |
| 7841 | |
| 7842 | function stopCommitLifeCyclesTimer() { |
| 7843 | if (enableUserTimingAPI) { |
| 7844 | if (!supportsUserTiming) { |
| 7845 | return; |
| 7846 | } |
| 7847 | var count = effectCountInCurrentCommit; |
| 7848 | effectCountInCurrentCommit = 0; |
| 7849 | endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null); |
| 7850 | } |
| 7851 | } |
| 7852 | |
| 7853 | var didWarnUpdateInsideUpdate = void 0; |
| 7854 |