()
| 7073 | } |
| 7074 | |
| 7075 | function stopCommitLifeCyclesTimer() { |
| 7076 | if (enableUserTimingAPI) { |
| 7077 | if (!supportsUserTiming) { |
| 7078 | return; |
| 7079 | } |
| 7080 | var count = effectCountInCurrentCommit; |
| 7081 | effectCountInCurrentCommit = 0; |
| 7082 | endMark('(Calling Lifecycle Methods: ' + count + ' Total)', '(Calling Lifecycle Methods)', null); |
| 7083 | } |
| 7084 | } |
| 7085 | |
| 7086 | var didWarnUpdateInsideUpdate = void 0; |
| 7087 |