()
| 7874 | } |
| 7875 | |
| 7876 | function recordScheduleUpdate() { |
| 7877 | if (enableUserTimingAPI) { |
| 7878 | if (isCommitting) { |
| 7879 | hasScheduledUpdateInCurrentCommit = true; |
| 7880 | } |
| 7881 | if (currentPhase !== null && currentPhase !== 'componentWillMount' && currentPhase !== 'componentWillReceiveProps') { |
| 7882 | hasScheduledUpdateInCurrentPhase = true; |
| 7883 | } |
| 7884 | } |
| 7885 | } |
| 7886 | |
| 7887 | function startRequestCallbackTimer() { |
| 7888 | if (enableUserTimingAPI) { |