()
| 7968 | } |
| 7969 | |
| 7970 | function startCommitLifeCyclesTimer() { |
| 7971 | if (enableUserTimingAPI) { |
| 7972 | if (!supportsUserTiming) { |
| 7973 | return; |
| 7974 | } |
| 7975 | effectCountInCurrentCommit = 0; |
| 7976 | beginMark('(Calling Lifecycle Methods)'); |
| 7977 | } |
| 7978 | } |
| 7979 | |
| 7980 | function stopCommitLifeCyclesTimer() { |
| 7981 | if (enableUserTimingAPI) { |
no test coverage detected