()
| 7875 | } |
| 7876 | |
| 7877 | function stopCommitLifeCyclesTimer() { |
| 7878 | if (enableUserTimingAPI) { |
| 7879 | if (!supportsUserTiming) { |
| 7880 | return; |
| 7881 | } |
| 7882 | var count = effectCountInCurrentCommit; |
| 7883 | effectCountInCurrentCommit = 0; |
| 7884 | endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null); |
| 7885 | } |
| 7886 | } |
| 7887 | |
| 7888 | var didWarnUpdateInsideUpdate = void 0; |
| 7889 |