()
| 7761 | } |
| 7762 | |
| 7763 | function recordScheduleUpdate() { |
| 7764 | if (enableUserTimingAPI) { |
| 7765 | if (isCommitting) { |
| 7766 | hasScheduledUpdateInCurrentCommit = true; |
| 7767 | } |
| 7768 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 7769 | hasScheduledUpdateInCurrentPhase = true; |
| 7770 | } |
| 7771 | } |
| 7772 | } |
| 7773 | |
| 7774 | function startRequestCallbackTimer() { |
| 7775 | if (enableUserTimingAPI) { |