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

Method selectTimeRange

deps/v8/tools/system-analyzer/index.mjs:229–238  ·  view source on GitHub ↗
(start, end, focus = false, zoom = false)

Source from the content-addressed store, hash-verified

227 }
228
229 selectTimeRange(start, end, focus = false, zoom = false) {
230 this._state.selectTimeRange(start, end);
231 this.showMapEntries(this._state.mapTimeline.selectionOrSelf, false);
232 this.showIcEntries(this._state.icTimeline.selectionOrSelf, false);
233 this.showDeoptEntries(this._state.deoptTimeline.selectionOrSelf, false);
234 this.showCodeEntries(this._state.codeTimeline.selectionOrSelf, false);
235 this.showTickEntries(this._state.tickTimeline.selectionOrSelf, false);
236 this.showTimerEntries(this._state.timerTimeline.selectionOrSelf, false);
237 this._view.timelinePanel.timeSelection = {start, end, focus, zoom};
238 }
239
240 handleFocusLogEntry(e) {
241 e.stopImmediatePropagation();

Callers 2

handleTimeRangeSelectMethod · 0.95
timeline.mjsFile · 0.45

Calls 6

showMapEntriesMethod · 0.95
showIcEntriesMethod · 0.95
showDeoptEntriesMethod · 0.95
showCodeEntriesMethod · 0.95
showTickEntriesMethod · 0.95
showTimerEntriesMethod · 0.95

Tested by

no test coverage detected