Home
last modified time | relevance | path

Searched defs:aggregationIndex (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/ui/src/frontend/
Dpivot_table_query_generator.ts130 export function aggregationIndex(pivotColumns: number, aggregationNo: number) { function
Dpivot_table.ts249 const value = row[aggregationIndex(treeDepth, j)]; constant
/external/perfetto/ui/src/controller/
Dpivot_table_controller.ts114 const childAgg = row[aggregationIndex(this.pivotColumnsCount, i)]; constant