Home
last modified time | relevance | path

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

/external/perfetto/ui/src/controller/
Dselection_controller.ts265 const timeFromStart = fromNs(ts) - globals.state.traceTime.startSec; constant
278 ts: timeFromStart,
300 const timeFromStart = fromNs(ts) - globals.state.traceTime.startSec; constant
308 ts: timeFromStart,
/external/perfetto/ui/src/frontend/
Dtime_selection_panel.ts167 const timeFromStart = timeToString(ts); constant
168 const label = `${offsetTime} (${timeFromStart})`;