Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelectComparison.ts91 … new GpuDumpComparison(item.windowNameId, item.windowId, item.moduleId, item.categoryId, item.size)
133 … new GpuDumpComparison(item.windowNameId, item.windowId, item.moduleId, item.categoryId, item.size)
199 categoryId: number = -1; property in GpuDumpComparison
201 …constructor(windowNameId: number, windowId: number, moduleId: number, categoryId: number, value: n…
202 … super(`${windowNameId}` + '' + `${windowId}` + '' + `${moduleId}` + '' + `${categoryId}`, value);
206 this.categoryId = categoryId;
210 …return new GpuDumpComparison(this.windowNameId, this.windowId, this.moduleId, this.categoryId, val…
DTabPaneGpuWindowBoxSelect.ts32 categoryId: number; property
68 let categoryName = SpSystemTrace.DATA_DICT.get(it.categoryId) || 'NULL';
DTabPaneGpuTotalBoxSelect.ts32 categoryId: number; property
67 let categoryName = SpSystemTrace.DATA_DICT.get(it.categoryId) || 'NULL';
DTabPaneGpuClickSelect.ts73 … item: { categoryId: number; size: number; windowNameId: number; moduleId: number; windowId: any }
76 name: SpSystemTrace.DATA_DICT.get(item.categoryId) || 'null',
77 id: item.categoryId,
/developtools/smartperf_host/ide/test/trace/component/trace/sheet/gpu/
DTabPaneGpuClickSelect.test.ts51 categoryId: 0,
57 categoryId: 2,
DTabPaneGpuTotalBoxSelect.test.ts44 categoryId: 0,
54 categoryId: 0,
DTabPaneGpuWindowBoxSelect.test.ts45 categoryId: 0,
55 categoryId: 0,
DTabPaneGpuClickSelectComparison.test.ts49 categoryId: 0,
55 categoryId: 2,
/developtools/smartperf_host/ide/src/trace/database/sql/
DGpu.sql.ts94 categoryId: number;
191 categoryId: number;