Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneGpuMemorySelectAbility.ts25 private gpuMemoryClickTables: LitTable | null | undefined; property in TabPaneGpuMemorySelectAbility
36 this.gpuMemoryClickTables = this.shadowRoot?.querySelector<LitTable>('#gpuMemoryClickTables');
37 …this.tableThead = this.gpuMemoryClickTables?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
38 this.gpuMemoryClickTables!.addEventListener('column-click', (e) => {
48 let gpuMemoryTbl = this.gpuMemoryClickTables?.shadowRoot?.querySelector('.table');
52 this.gpuMemoryClickTables?.reMeauseHeight();
83 this.gpuMemoryClickTables!.recycleDataSource = data.sort(function (
91 this.gpuMemoryClickTables!.recycleDataSource = [];
125 this.gpuMemoryClickTables!.recycleDataSource = this.gpuMemoryClickSource;
131 …this.gpuMemoryClickTables!.recycleDataSource = array.sort((gpuMemoryLeftData, gpuMemoryRightData) …
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneGpuMemoryVmTrackerComparison.ts32 private gpuMemoryClickTables: LitTable | null | undefined; property in TabPaneGpuMemoryVmTrackerComparison
39 this.gpuMemoryClickTables = this.shadowRoot?.querySelector<LitTable>('#gpuMemoryClickTables');
42 this.gpuMemoryClickTables!.addEventListener('column-click', (e) => {
50 … resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTables!, this.comparisonSelect!);
123 this.gpuMemoryClickTables!.recycleDataSource = comparisonData;
129 this.gpuMemoryClickTables!.recycleDataSource = this.comparisonSource;
135 this.gpuMemoryClickTables!.recycleDataSource = array.sort(
144 …this.gpuMemoryClickTables!.recycleDataSource = array.sort((gpuMCompVmLeftData, gpuMCompVmRightData…
151 …this.gpuMemoryClickTables!.recycleDataSource = array.sort((gpuMCompVmLeftData, gpuMCompVmRightData…