()
| 8081 | } |
| 8082 | |
| 8083 | function startCommitLifeCyclesTimer() { |
| 8084 | if (enableUserTimingAPI) { |
| 8085 | if (!supportsUserTiming) { |
| 8086 | return; |
| 8087 | } |
| 8088 | effectCountInCurrentCommit = 0; |
| 8089 | beginMark('(Calling Lifecycle Methods)'); |
| 8090 | } |
| 8091 | } |
| 8092 | |
| 8093 | function stopCommitLifeCyclesTimer() { |
| 8094 | if (enableUserTimingAPI) { |
no test coverage detected