()
| 7658 | } |
| 7659 | |
| 7660 | function recordScheduleUpdate() { |
| 7661 | if (enableUserTimingAPI) { |
| 7662 | if (isCommitting) { |
| 7663 | hasScheduledUpdateInCurrentCommit = true; |
| 7664 | } |
| 7665 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 7666 | hasScheduledUpdateInCurrentPhase = true; |
| 7667 | } |
| 7668 | } |
| 7669 | } |
| 7670 | |
| 7671 | function startRequestCallbackTimer() { |
| 7672 | if (enableUserTimingAPI) { |