()
| 6856 | } |
| 6857 | |
| 6858 | function recordScheduleUpdate() { |
| 6859 | if (enableUserTimingAPI) { |
| 6860 | if (isCommitting) { |
| 6861 | hasScheduledUpdateInCurrentCommit = true; |
| 6862 | } |
| 6863 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 6864 | hasScheduledUpdateInCurrentPhase = true; |
| 6865 | } |
| 6866 | } |
| 6867 | } |
| 6868 | |
| 6869 | function startRequestCallbackTimer() { |
| 6870 | if (enableUserTimingAPI) { |