Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/
DTabPaneGpuMemorySelectAbility.test.ts15 import { TabPaneGpuMemorySelectAbility } from '../../../../../../src/trace/component/trace/sheet/ab…
33 let tabPaneGpuMemorySelectAbility = new TabPaneGpuMemorySelectAbility();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneGpuMemorySelectAbility.ts24 export class TabPaneGpuMemorySelectAbility extends BaseElement { class
/developtools/smartperf_host/ide/src/trace/component/trace/base/
DTraceSheetConfig.ts100 import { TabPaneGpuMemorySelectAbility } from '../sheet/ability/TabPaneGpuMemorySelectAbility';
578 type: TabPaneGpuMemorySelectAbility,
DTraceSheet.ts64 import { type TabPaneGpuMemorySelectAbility } from '../sheet/ability/TabPaneGpuMemorySelectAbility'; alias
728 this.displayTab<TabPaneGpuMemorySelectAbility>(
733 … this.displayTab<TabPaneGpuMemorySelectAbility>('box-gpu-memory-selection-ability').data = data;