Searched refs:tableList (Results 1 – 3 of 3) sorted by relevance
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/frame/ |
| D | TabFrameSpacing.ts | 35 let tableList: FrameSpacingTableStruct[] = []; 37 this.constructTable(frameSpacingParam.frameSpacing[index], tableList); 39 this.framesSource = tableList; 40 this.framesTbl!.recycleDataSource = tableList; 49 let tableList: FrameSpacingTableStruct[] = []; 51 this.constructTable(data, tableList); 52 this.framesSource = tableList; 53 this.framesTbl!.recycleDataSource = tableList; 56 …private constructTable(structValue: FrameSpacingStruct, tableList: FrameSpacingTableStruct[]): voi… 59 tableList.push(this.getSplitSpacingData(structValue, startNS, 'W')); [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/task/ |
| D | TabPaneTaskFrames.ts | 94 let tableList: TaskTabStruct[] = []; 95 this.buildConcurrencyTable(executeStruct!, tableList, framesParam, isClick); 104 tableList: TaskTabStruct[], 108 this.countConcurrency(executeStruct, tableList, framesParam, isClick).then((result) => { 112 tableList.push(concurrencyColumn); 115 for (const item of tableList) { 147 let tableList: TaskTabStruct[] = []; variable 178 tableList.push(...framesSource); 180 this.taskFramesSource = tableList; 181 this.taskFramesTbl!.recycleDataSource = tableList; [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/jank/ |
| D | TabPaneFrames.ts | 78 tableList: JankFramesStruct[] 84 tableList.push(appFrame); 90 tableList.push(rsFrame); 96 tableList.push(noFrame); 98 return tableList;
|