()
| 7716 | } |
| 7717 | |
| 7718 | function recordScheduleUpdate() { |
| 7719 | if (enableUserTimingAPI) { |
| 7720 | if (isCommitting) { |
| 7721 | hasScheduledUpdateInCurrentCommit = true; |
| 7722 | } |
| 7723 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 7724 | hasScheduledUpdateInCurrentPhase = true; |
| 7725 | } |
| 7726 | } |
| 7727 | } |
| 7728 | |
| 7729 | function startRequestCallbackTimer() { |
| 7730 | if (enableUserTimingAPI) { |