Home
last modified time | relevance | path

Searched refs:endTs (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/ui/src/frontend/
Dkeyboard_event_handler.ts32 const endTs = startTs + slice.dur; constant
33 globals.dispatch(Actions.selectTimeSpan({startTs, endTs}));
Dtime_selection_panel.ts100 const start = Math.min(selection.startTs, selection.endTs);
101 const end = Math.max(selection.startTs, selection.endTs);
Dlogs_panel.ts96 const {total, startTs, endTs, firstRowTs, lastRowTs} = this.bounds; constant
99 const rightSpan = new TimeSpan(lastRowTs, endTs);
Dviewer_page.ts250 const endTs = Math.min(traceTime.endSec, constant
252 globals.dispatch(Actions.selectTimeSpan({startTs, endTs}));
Dtrack_group_panel.ts146 globals.state.currentSelection.endTs,
Dtrack_panel.ts258 globals.state.currentSelection.endTs,
/external/perfetto/ui/src/controller/
Dlogs_controller.ts51 const endTs = endNs ? fromNs(endNs) : trace.end; constant
52 const firstRowTs = firstRowNs ? fromNs(firstRowNs) : endTs;
56 endTs,
/external/perfetto/ui/src/common/
Dactions.ts301 state: StateDraft, args: {startTs: number, endTs: number}): void {
305 endTs: args.endTs,
Dlogs.ts23 endTs: number; property
Dstate.ts102 endTs: number; property