| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPerfBottomUp.ts | 34 private sortType = 0; property in TabpanePerfBottomUp 87 this.sortType = 0; 174 this.sortType = evt.detail.sort; 218 if (this.sortType === defaultSortType) { 220 } else if (this.sortType === 1) { 226 if (this.sortType === defaultSortType) { 228 } else if (this.sortType === 1) { 234 if (this.sortType === defaultSortType) { 236 } else if (this.sortType === 1) {
|
| D | TabPerfSampleList.ts | 38 private sortType: number = 0; property in TabPanePerfSample 102 this.sortPerfSampleTable(this.sortKey, this.sortType); 131 this.sortType = evt.detail.sort;
|
| D | TabPanePerfAnalysis.ts | 51 private sortType: number = 0; 75 initSort(table!, this.sortColumn, this.sortType); 102 this.sortType = evt.detail.sort; 220 initSort(table!, this.sortColumn, this.sortType); 527 if (this.sortType === 0) { 553 if (this.sortType === 1) { 573 return this.sortType === 1 ? a.count - b.count : b.count - a.count; 577 return this.sortType === 1 ? a.eventCount - b.eventCount : b.eventCount - a.eventCount;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/irq/ |
| D | TabPaneIrqCounter.ts | 28 private sortType: number = 2; property in TabPaneIrqCounter 57 initSort(this.irqCounterTbl!, this.sortColumn, this.sortType); 60 this.sortByColumn(this.sortColumn, this.sortType); 106 sortByColumn(sortColumn: string, sortType: number): void { 108 let type = sortType;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneJsCpu.ts | 34 private sortType = 0; property in TabPaneJsCpuCallTree 75 this.sortType = 0; 182 this.sortType = evt.detail.sort; 220 if (this.sortType === 0) { 222 } else if (this.sortType === 1) { 228 if (this.sortType === 0) { 230 } else if (this.sortType === 1) { 236 if (this.sortType === 0) { 238 } else if (this.sortType === 1) {
|
| D | TabPaneJsCpuStatistics.ts | 35 private sortType = 2; property in TabPaneJsCpuStatistics 70 this.sortType = 2; 139 this.sortByColumn({ key: this.sortKey, sort: this.sortType }); 235 this.sortType = evt.detail.sort;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/ |
| D | TabPanePurgPin.ts | 33 private sortType = 2; property in TabPanePurgPin 80 this.sortByColumn({key: this.sortKey, sort: this.sortType}); 103 this.sortType = 2; 180 this.sortType = evt.detail.sort;
|
| D | TabPanePurgTotal.ts | 32 private sortType = 2; property in TabPanePurgTotal 78 this.sortByColumn({key: this.sortKey, sort: this.sortType}); 101 this.sortType = 2; 173 this.sortType = evt.detail.sort;
|
| D | TabPaneDmaSelectAbility.ts | 143 …const sortFunction = function (leftData: any, rightData: any, sortType: number, property: string):… 144 if (sortType === 1) {
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatstics.ts | 40 private sortType: number = 0; property in TabPaneNMStatstics 100 this.sortByColumn(this.sortColumn, this.sortType); 248 this.sortType = nmStatSort; 253 …tiveStatisticsLeftData: any, nativeStatisticsRightData: any, column: string, sortType: number) => { 254 if (sortType === 1) {
|
| D | TabPaneNMStatisticAnalysis.ts | 1258 private sortDataByExistSize(sortType: number, sortColumnArr: Array<any>): any[] { 1260 return sortType === 1 1266 private sortDataByExistCount(sortType: number, sortColumnArr: Array<any>): any[] { 1268 return sortType === 1 1274 private sortDataByReleaseSize(sortType: number, sortColumnArr: Array<any>): any[] { 1276 return sortType === 1 1282 private sortDataByReleaseCount(sortType: number, sortColumnArr: Array<any>): any[] { 1284 return sortType === 1 1290 private sortDataByApplySize(sortType: number, sortColumnArr: Array<any>): any[] { 1292 return sortType === 1 [all …]
|
| D | TabPaneNMemory.ts | 56 private sortType: number = 0; property in TabPaneNMemory 116 args.set('sortType', this.sortType); 266 this.sortType = evt.detail.sort;
|
| D | TabPaneNMCallTree.ts | 46 private sortType: number = 0; property in TabpaneNMCalltree 748 this.sortType = evt.detail.sort; 889 if (this.sortType === 0) { 891 } else if (this.sortType === 1) { 897 if (this.sortType === 0) { 899 } else if (this.sortType === 1) {
|
| /developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/ |
| D | TabCpuDetailsThreads.ts | 35 private sortType: number = 0; property in TabCpuDetailsThreads 63 this.sortType = evt.detail.sort; 143 this.sortByColumn({ key: this.cpuDetailsThreadSortColumn, sort: this.sortType });
|
| D | TabCpuDetailsIdle.ts | 39 private sortType: number = 0; property in TabCpuDetailsIdle 60 this.sortType = evt.detail.sort; 96 sort: this.sortType,
|
| D | TabCpuDetailsIrq.ts | 38 private sortType: number = 0; property in TabCpuDetailsIrq 59 this.sortType = evt.detail.sort; 95 sort: this.sortType,
|
| D | TabCpuDetailsFrequency.ts | 42 private sortType: number = 0; property in TabCpuDetailsFrequency 63 this.sortType = evt.detail.sort; 100 sort: this.sortType,
|
| D | Top20FrequencyThread.ts | 45 private sortType: number = 0; property in Top20FrequencyThread 72 this.sortType = evt.detail.sort; 161 sort: this.sortType,
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ |
| D | SheetUtils.ts | 176 export function initSort(table: LitTable, sortKey: string, sortType: number, filterValue?: string):… 178 sortType = 0;
|
| /developtools/smartperf_host/ide/src/base-ui/table/ |
| D | LitPageTable.ts | 328 (head as any).sortType = 0; 338 it.sortType = 0; 341 if (head.sortType == undefined || head.sortType == null) { 342 head.sortType = 0; 343 } else if (head.sortType === 2) { 344 head.sortType = 0; 346 head.sortType += 1; 350 upSvg.style.display = head.sortType === 1 ? 'block' : 'none'; 351 downSvg.style.display = head.sortType === 2 ? 'block' : 'none'; 352 switch (head.sortType) { [all …]
|
| D | lit-table.ts | 461 (columnHead as any).sortType = 0; 471 it.sortType = 0; 474 if (columnHead.sortType == undefined || columnHead.sortType == null) { 475 columnHead.sortType = 0; 476 } else if (columnHead.sortType === 2) { 477 columnHead.sortType = 0; 479 columnHead.sortType += 1; 483 upSvg.style.display = columnHead.sortType === 1 ? 'block' : 'none'; 484 downSvg.style.display = columnHead.sortType === 2 ? 'block' : 'none'; 485 switch (columnHead.sortType) { [all …]
|
| D | LitTableHtml.ts | 542 head.sortType = 0; // 默认以第一列 降序排序 作为默认排序
|
| /developtools/smartperf_host/ide/src/trace/database/logic-worker/ |
| D | ProcedureLogicWorkerNativeNemory.ts | 411 let sortType = paramMap.get('sortType'); variable 432 if (sortColumn !== undefined && sortType !== undefined && sortColumn !== '' && sortType !== 0) { 433 return this.sortByNativeMemoryColumn(sortColumn, sortType, filter);
|