()
| 7063 | } |
| 7064 | |
| 7065 | function startCommitLifeCyclesTimer() { |
| 7066 | if (enableUserTimingAPI) { |
| 7067 | if (!supportsUserTiming) { |
| 7068 | return; |
| 7069 | } |
| 7070 | effectCountInCurrentCommit = 0; |
| 7071 | beginMark('(Calling Lifecycle Methods)'); |
| 7072 | } |
| 7073 | } |
| 7074 | |
| 7075 | function stopCommitLifeCyclesTimer() { |
| 7076 | if (enableUserTimingAPI) { |
no test coverage detected