()
| 7830 | } |
| 7831 | |
| 7832 | function startCommitLifeCyclesTimer() { |
| 7833 | if (enableUserTimingAPI) { |
| 7834 | if (!supportsUserTiming) { |
| 7835 | return; |
| 7836 | } |
| 7837 | effectCountInCurrentCommit = 0; |
| 7838 | beginMark('(Calling Lifecycle Methods)'); |
| 7839 | } |
| 7840 | } |
| 7841 | |
| 7842 | function stopCommitLifeCyclesTimer() { |
| 7843 | if (enableUserTimingAPI) { |
no test coverage detected