()
| 7978 | } |
| 7979 | |
| 7980 | function stopCommitLifeCyclesTimer() { |
| 7981 | if (enableUserTimingAPI) { |
| 7982 | if (!supportsUserTiming) { |
| 7983 | return; |
| 7984 | } |
| 7985 | var count = effectCountInCurrentCommit; |
| 7986 | effectCountInCurrentCommit = 0; |
| 7987 | endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null); |
| 7988 | } |
| 7989 | } |
| 7990 | |
| 7991 | var didWarnUpdateInsideUpdate = void 0; |
| 7992 |