Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelect.ts33 private gpuSource: Array<GpuTreeItem> = []; property in TabPaneGpuClickSelect
62 this.gpuSource = (gpu.type === 'total' ? items[0].children : items) || [];
63 this.gpuTbl!.recycleDataSource = this.gpuSource;
64 this.theadClick(this.gpuTbl!, this.gpuSource);
66 this.gpuSource = [];
191 deepCompare(this.gpuSource);
192 this.gpuTbl!.recycleDataSource = this.gpuSource;