Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelect.test.ts15 import { TabPaneGpuClickSelect } from '../../../../../../src/trace/component/trace/sheet/gpu/TabPan…
44 tabPaneGpuClickSelect = new TabPaneGpuClickSelect(tbGpu);
65 let tabPaneGpuClickSelects = new TabPaneGpuClickSelect();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelectComparison.ts24 import { TabPaneGpuClickSelect } from './TabPaneGpuClickSelect';
34 export class TabPaneGpuClickSelectComparison extends TabPaneGpuClickSelect {
DTabPaneGpuClickSelect.ts31 export class TabPaneGpuClickSelect extends BaseElement { class
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheetConfig.ts85 import { TabPaneGpuClickSelect } from '../sheet/gpu/TabPaneGpuClickSelect';
488 type: TabPaneGpuClickSelect,
DTraceSheet.ts56 import { type TabPaneGpuClickSelect } from '../sheet/gpu/TabPaneGpuClickSelect'; alias
583 …this.displayTab<TabPaneGpuClickSelect>('gpu-click-select', 'gpu-click-select-comparison').gpuClick…