()
| 8091 | } |
| 8092 | |
| 8093 | function stopCommitLifeCyclesTimer() { |
| 8094 | if (enableUserTimingAPI) { |
| 8095 | if (!supportsUserTiming) { |
| 8096 | return; |
| 8097 | } |
| 8098 | var count = effectCountInCurrentCommit; |
| 8099 | effectCountInCurrentCommit = 0; |
| 8100 | endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null); |
| 8101 | } |
| 8102 | } |
| 8103 | |
| 8104 | var didWarnUpdateInsideUpdate = void 0; |
| 8105 |