Home
last modified time | relevance | path

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

/external/perfetto/ui/src/frontend/
Dslice_panel.ts31 const sliceInfo = globals.sliceDetails; constant
32 if (threadInfo && sliceInfo.ts && sliceInfo.dur) {
47 m('td', `${timeToCode(sliceInfo.ts)}`)),
50 m('td', `${timeToCode(sliceInfo.dur)}`)),
51 m('tr', m('th', `Prio`), m('td', `${sliceInfo.priority}`)),
54 m('td', `${translateState(sliceInfo.endState)}`))