Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts1675 let allTraceRow: any = []; variable
1678 allTraceRow.push(parentRow);
1680 allTraceRow.push(...parentRow.childrenList);
1683 allTraceRow.forEach((row: any) => {