()
| 7160 | } |
| 7161 | |
| 7162 | function startCommitLifeCyclesTimer() { |
| 7163 | if (enableUserTimingAPI) { |
| 7164 | if (!supportsUserTiming) { |
| 7165 | return; |
| 7166 | } |
| 7167 | effectCountInCurrentCommit = 0; |
| 7168 | beginMark('(Calling Lifecycle Methods)'); |
| 7169 | } |
| 7170 | } |
| 7171 | |
| 7172 | function stopCommitLifeCyclesTimer() { |
| 7173 | if (enableUserTimingAPI) { |
no test coverage detected