()
| 388 | } |
| 389 | |
| 390 | refreshTimelineTrackView() { |
| 391 | this._view.mapTrack.data = this._state.mapTimeline; |
| 392 | this._view.icTrack.data = this._state.icTimeline; |
| 393 | this._view.deoptTrack.data = this._state.deoptTimeline; |
| 394 | this._view.codeTrack.data = this._state.codeTimeline; |
| 395 | this._view.tickTrack.data = this._state.tickTimeline; |
| 396 | this._view.timerTrack.data = this._state.timerTimeline; |
| 397 | } |
| 398 | } |
| 399 | |
| 400 | class Navigation { |