()
| 7201 | } |
| 7202 | |
| 7203 | function stopCommitLifeCyclesTimer() { |
| 7204 | if (enableUserTimingAPI) { |
| 7205 | if (!supportsUserTiming) { |
| 7206 | return; |
| 7207 | } |
| 7208 | var count = effectCountInCurrentCommit; |
| 7209 | effectCountInCurrentCommit = 0; |
| 7210 | endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null); |
| 7211 | } |
| 7212 | } |
| 7213 | |
| 7214 | var didWarnUpdateInsideUpdate = void 0; |
| 7215 |