()
| 7170 | } |
| 7171 | |
| 7172 | function stopCommitLifeCyclesTimer() { |
| 7173 | if (enableUserTimingAPI) { |
| 7174 | if (!supportsUserTiming) { |
| 7175 | return; |
| 7176 | } |
| 7177 | var count = effectCountInCurrentCommit; |
| 7178 | effectCountInCurrentCommit = 0; |
| 7179 | endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null); |
| 7180 | } |
| 7181 | } |
| 7182 | |
| 7183 | var didWarnUpdateInsideUpdate = void 0; |
| 7184 |