Home
last modified time | relevance | path

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

/development/tools/winscope/src/parsers/perfetto/
Dutils.ts63 let minRowId = Number.MAX_VALUE;
71 minRowId = Math.min(minRowId, rowId);
84 tbl.id BETWEEN ${minRowId} AND ${maxRowId}
109 const vsyncId = vsyncIdOrderedByRow[rowId - minRowId]; constant