()
| 7191 | } |
| 7192 | |
| 7193 | function startCommitLifeCyclesTimer() { |
| 7194 | if (enableUserTimingAPI) { |
| 7195 | if (!supportsUserTiming) { |
| 7196 | return; |
| 7197 | } |
| 7198 | effectCountInCurrentCommit = 0; |
| 7199 | beginMark('(Calling Lifecycle Methods)'); |
| 7200 | } |
| 7201 | } |
| 7202 | |
| 7203 | function stopCommitLifeCyclesTimer() { |
| 7204 | if (enableUserTimingAPI) { |
no test coverage detected