MCPcopy Index your code
hub / github.com/nodejs/node / refreshTimelineTrackView

Method refreshTimelineTrackView

deps/v8/tools/system-analyzer/index.mjs:390–397  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
400class Navigation {

Callers 1

handleFileUploadEndMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected