()
| 10720 | } |
| 10721 | } |
| 10722 | function startCommitLifeCyclesTimer() { |
| 10723 | { |
| 10724 | if (!supportsUserTiming) { |
| 10725 | return; |
| 10726 | } |
| 10727 | |
| 10728 | effectCountInCurrentCommit = 0; |
| 10729 | beginMark('(Calling Lifecycle Methods)'); |
| 10730 | } |
| 10731 | } |
| 10732 | function stopCommitLifeCyclesTimer() { |
| 10733 | { |
| 10734 | if (!supportsUserTiming) { |
no test coverage detected
searching dependent graphs…