Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelectComparison.ts39 private gpuComparisonSource: Array<GpuTreeItem> = []; property in TabPaneGpuClickSelectComparison
141 this.gpuComparisonSource = (type === 'total' ? items[0].children : items) || [];
142 this.comparisonSortData = this.gpuComparisonSource;
143 this.gpuComparisonTbl!.recycleDataSource = this.gpuComparisonSource;
145 this.theadClick(this.gpuComparisonTbl!, this.gpuComparisonSource);