Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpNativeMemoryChart.ts114 .getCollectRows((row) => row.rowType === 'heap')
/developtools/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts326 getCollectRows(condition: (row: TraceRow<any>) => boolean): Array<TraceRow<any>> {
327 return this.favoriteChartListEL!.getCollectRows(condition);
1277 const collectList = this.favoriteChartListEL!.getCollectRows();
1410 this.getCollectRows((row) => row.rowParentId === data.rowId).forEach((it) => {
1594 ...this.favoriteChartListEL!.getCollectRows(filter),
DSpSystemTrace.line.ts514 const collectList = sp.favoriteChartListEL!.getCollectRows();
/developtools/smartperf_host/ide/src/trace/component/trace/
DSpChartList.ts156 getCollectRows(filter?: (row: TraceRow<any>) => boolean): Array<TraceRow<any>> | [] { method in SpChartList