()
| 7623 | } |
| 7624 | |
| 7625 | function recordScheduleUpdate() { |
| 7626 | if (enableUserTimingAPI) { |
| 7627 | if (isCommitting) { |
| 7628 | hasScheduledUpdateInCurrentCommit = true; |
| 7629 | } |
| 7630 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 7631 | hasScheduledUpdateInCurrentPhase = true; |
| 7632 | } |
| 7633 | } |
| 7634 | } |
| 7635 | |
| 7636 | function startRequestCallbackTimer() { |
| 7637 | if (enableUserTimingAPI) { |