Home
last modified time | relevance | path

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

/external/perfetto/ui/src/tracks/thread_state/
Dfrontend.ts125 const tsEnd = index === -1 ? undefined : data.ends[index]; constant
128 if (ts && state && tsEnd) {
130 Actions.selectThreadState({utid, ts, dur: tsEnd - ts, state}));