Searched refs:processTrackIds (Results 1 – 19 of 19) sorted by relevance
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/process/ |
| D | TabPaneThreadUsage.test.ts | 95 processTrackIds: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/ability/ |
| D | TabPanePurgTotal.test.ts | 114 processTrackIds: [],
|
| D | TabPanePurgTotalSelection.test.ts | 63 processTrackIds: [],
|
| D | TabPanePurgPinSelection.test.ts | 114 processTrackIds: [],
|
| D | TabPanePurgPin.test.ts | 127 processTrackIds: [],
|
| /developtools/smartperf_host/ide/test/trace/component/trace/base/ |
| D | TraceSheet.test.ts | 67 processTrackIds: { length: 0 },
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatistics.test.ts | 76 processTrackIds: [34, 6],
|
| D | TabPaneFilesystemStatistics.test.ts | 78 processTrackIds: [34, 21],
|
| D | TabPaneFileSystemDescTimeSlice.test.ts | 72 processTrackIds: [],
|
| D | TabPaneFileSystemEvents.test.ts | 106 processTrackIds: [],
|
| D | TabPaneFileSystemCalltree.test.ts | 89 processTrackIds: [552, 123],
|
| D | TabPaneFileSystemDescHistory.test.ts | 72 processTrackIds: [414,478],
|
| D | TabPaneCallTree.test.ts | 78 processTrackIds: [],
|
| D | TabPaneVirtualMemoryStatisticsAnalysis.test.ts | 72 processTrackIds: [42, 87, 43],
|
| D | TabPaneIOTierStatisticsAnalysis.test.ts | 73 processTrackIds: [12, 110, 889],
|
| D | TabPaneFilesystemStatisticsAnalysis.test.ts | 76 processTrackIds: [122, 34],
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/process/ |
| D | TabPaneCounter.ts | 40 …getTabCounters(counterParam.processTrackIds, counterParam.virtualTrackIds, counterParam.rightNs).t…
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 64 processTrackIds: Array<number> = []; property in SelectionParam 201 this.processTrackIds.push(parseInt(th.rowId!)); 808 this.processTrackIds.push(parseInt(it.rowId!));
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheetConfig.ts | 200 …require: (param: SelectionParam) => param.processTrackIds.length > 0 || param.virtualTrackIds.leng…
|