Home
last modified time | relevance | path

Searched refs:startBound (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/ui/src/common/
Dengine.ts185 let startBound = -Infinity; variable
195 startBound = Math.max(startBound, timestamp / 1e9);
199 return new TimeSpan(startBound, endBound);
/external/perfetto/ui/src/frontend/
Doverview_timeline_panel.ts163 const startBound = vizStartPx - 1 + SIDEBAR_WIDTH; constant
165 if (OverviewTimelinePanel.inBorderRange(x, startBound) ||
170 } else if (x < startBound || endBound < x) {