Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/vmtracker/
DTabPaneGpuMemorySelectVmTracker.ts26 private gpuMemoryClickTable: LitTable | null | undefined; property in TabPaneGpuMemorySelectVmTracker
31 this.gpuMemoryClickTable = this.shadowRoot?.querySelector<LitTable>('#gpuMemoryClickTable');
32 … this.tableThead = this.gpuMemoryClickTable?.shadowRoot?.querySelector('.thead') as HTMLDivElement;
33 this.gpuMemoryClickTable!.addEventListener('column-click', (e) => {
44 this.gpuMemoryClickTable?.shadowRoot?.querySelector('.table').style.height =
47 this.gpuMemoryClickTable?.reMeauseHeight();
78 this.gpuMemoryClickTable!.recycleDataSource = data.sort(function (
86 this.gpuMemoryClickTable!.recycleDataSource = [];
120 this.gpuMemoryClickTable!.recycleDataSource = this.gpuMemoryClickSource;
126 …this.gpuMemoryClickTable!.recycleDataSource = array.sort((gpuMemoryLeftData, gpuMemoryRightData) =…
[all …]
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneGpuMemoryComparison.ts31 private gpuMemoryClickTable: LitTable | null | undefined; property in TabPaneGpuMemoryComparison
38 this.gpuMemoryClickTable = this.shadowRoot?.querySelector<LitTable>('#gpuMemoryClickTable');
41 this.gpuMemoryClickTable!.addEventListener('column-click', (e) => {
49 … resizeObserverFromMemory(this.parentElement!, this.gpuMemoryClickTable!, this.comparisonSelect!);
122 this.gpuMemoryClickTable!.recycleDataSource = comparisonData;
128 this.gpuMemoryClickTable!.recycleDataSource = this.comparisonSource;
134 this.gpuMemoryClickTable!.recycleDataSource = array.sort(
143 this.gpuMemoryClickTable!.recycleDataSource = array.sort(
152 this.gpuMemoryClickTable!.recycleDataSource = array.sort(