()
| 7865 | } |
| 7866 | |
| 7867 | function startCommitLifeCyclesTimer() { |
| 7868 | if (enableUserTimingAPI) { |
| 7869 | if (!supportsUserTiming) { |
| 7870 | return; |
| 7871 | } |
| 7872 | effectCountInCurrentCommit = 0; |
| 7873 | beginMark('(Calling Lifecycle Methods)'); |
| 7874 | } |
| 7875 | } |
| 7876 | |
| 7877 | function stopCommitLifeCyclesTimer() { |
| 7878 | if (enableUserTimingAPI) { |
no test coverage detected