| /developtools/smartperf_host/ide/src/trace/database/ui-worker/ |
| D | ProcedureWorkerSnapshot.ts | 30 let filter = row.dataListCache; 42 drawLoadingFrame(req.context, row.dataListCache, row); 124 gpuDumpTotalRow!.dataListCache 138 gpuDumpWindowRow!.dataListCache 147 sp.traceSheetEL?.displaySmapsData(SnapshotStruct.selectSnapshotStruct!, smapsRow!.dataListCache); 154 sp.traceSheetEL?.displayShmData(SnapshotStruct.selectSnapshotStruct!, shmRow!.dataListCache); 163 …?.displayPurgTotalAbilityData(SnapshotStruct.hoverSnapshotStruct!, totalAbilityRow!.dataListCache); 172 …etEL?.displayPurgPinAbilityData(SnapshotStruct.hoverSnapshotStruct!, pinAbilityRow!.dataListCache); 179 …aceSheetEL?.displayPurgTotalVMData(SnapshotStruct.hoverSnapshotStruct!, totalVMRow!.dataListCache); 186 …p.traceSheetEL?.displayPurgPinVMData(SnapshotStruct.hoverSnapshotStruct!, pinVMRow!.dataListCache); [all …]
|
| D | ProcedureWorkerVirtualMemory.ts | 42 row.dataListCache, 49 drawLoadingFrame(req.context, row.dataListCache, row); 52 for (let re of row.dataListCache) {
|
| D | ProcedureWorkerNetworkAbility.ts | 38 let networkAbilityFilter = networkAbilityRow.dataListCache; 49 drawLoadingFrame(req.context, networkAbilityRow.dataListCache, networkAbilityRow);
|
| D | ProcedureWorkerHiSysEvent.ts | 30 let hiSysEventFilter = row.dataListCache; 60 drawLoadingFrame(req.context, row.dataListCache, row);
|
| D | ProcedureWorkerCpuAbility.ts | 40 let cpuAbilityFilter = cpuAbilityRow.dataListCache; 52 drawLoadingFrame(req.context, cpuAbilityRow.dataListCache, cpuAbilityRow);
|
| D | ProcedureWorkerLog.ts | 35 let logFilter = row.dataListCache; 45 drawLoadingFrame(req.context, row.dataListCache, row);
|
| D | ProcedureWorkerFrameAnimation.ts | 39 let frameAnimationFilter: FrameAnimationStruct[] = row.dataListCache; 49 drawLoadingFrame(req.context, row.dataListCache, row);
|
| D | ProcedureWorkerHeapSnapshot.ts | 30 let filter = row.dataListCache; 76 snapshotRow!.dataListCache,
|
| D | ProcedureWorkerMemoryAbility.ts | 39 let memoryAbilityFilter = memoryAbilityRow.dataListCache; 50 drawLoadingFrame(req.context, memoryAbilityRow.dataListCache, memoryAbilityRow);
|
| D | ProcedureWorkerEnergyAnomaly.ts | 42 let filter = row.dataListCache; 59 drawLoadingFrame(req.context, row.dataListCache, row);
|
| D | ProcedureWorkerEnergyState.ts | 31 let stateFilter = row.dataListCache; 41 drawLoadingFrame(req.context, row.dataListCache, row);
|
| D | ProcedureWorkerDiskIoAbility.ts | 39 let diskIoFilter = diskIoAbilityRow.dataListCache; 50 drawLoadingFrame(req.context, diskIoAbilityRow.dataListCache, diskIoAbilityRow);
|
| D | ProcedureWorkerAllAppStartup.ts | 31 let filter = appStartUpRow.dataListCache;
|
| D | ProcedureWorkerEnergySystem.ts | 36 let systemFilter = row.dataListCache; 46 drawLoadingFrame(req.context, row.dataListCache, row);
|
| D | ProcedureWorkerFreqExtend.ts | 30 let freqExtendFilter = row.dataListCache;
|
| /developtools/smartperf_host/ide/src/trace/bean/ |
| D | BoxSelection.ts | 258 let taskData = it.dataListCache.filter((taskData: FuncStruct) => { 418 item.dataListCache.filter( 425 item.dataListCache.filter( 432 item.dataListCache.filter( 439 item.dataListCache.filter( 500 it.dataListCache.forEach((jankData: any) => { 513 it.dataListCache.forEach((jankData: any) => { 533 if (!it.dataListCache || it.dataListCache.length === 0) { 536 for (let sample of it.dataListCache) { 544 sample.timestamp === it.dataListCache[it.dataListCache.length - 1].timestamp [all …]
|
| /developtools/smartperf_host/ide/src/trace/component/trace/base/ |
| D | TraceSheet.ts | 621 dataListCache: Array<HeapSnapshotStruct>, 622 scrollCallback?: (data: HeapSnapshotStruct, dataListCache: Array<HeapSnapshotStruct>) => void 624 if (dataListCache.length > 1) { 627 dataListCache, 637 tabPaneComparison.initComparison(data, dataListCache); 640 …this.displayTab<TabPaneSummary>('box-heap-summary').setSnapshotData(data, dataListCache, scrollCal… 686 displayPurgTotalVMData = (data: SnapshotStruct, dataListCache: Array<SnapshotStruct>): void => { 688 …<TabPanePurgTotalComparisonVM>('box-purgeable-total-comparison-vm').totalData(data, dataListCache); 694 displayPurgPinVMData = (data: SnapshotStruct, dataListCache: Array<SnapshotStruct>): void => { 696 …yTab<TabPanePurgPinComparisonVM>('box-purgeable-pin-comparison-vm').totalData(data, dataListCache); [all …]
|
| D | TraceRowObject.ts | 32 public dataListCache: Array<T> = []; property in TraceRowObject
|
| D | TraceRow.ts | 145 public dataListCache: Array<T> = []; property in TraceRow 492 this.dataListCache = []; 531 let arr = this.dataListCache.filter( 536 return this.dataListCache.find( 1107 this.dataListCache = res; 1108 this.dataListCache.push(...this.fixedList); 1123 } else if (this.fixedList.length > 0 && !this.dataListCache.includes(this.fixedList[0])) { 1124 this.dataListCache.push(this.fixedList[0]);
|
| /developtools/smartperf_host/ide/src/trace/component/ |
| D | SpSystemTrace.line.ts | 65 …let findJankEntry = endRowStruct!.dataListCache!.find((dat: any) => dat.name == data.name && dat.p… 113 …let findJankEntry = endRowStruct!.dataListCache!.find((dat: any) => dat.name == data.name && dat.p… 151 …let findJankEntry = endRowStruct!.dataListCache!.find((dat: any) => dat.name == data.name && dat.p… 227 endRowStruct.dataListCache = res; 473 let findJankEntry = endRowStruct!.dataListCache!.find(
|
| D | Utils.ts | 64 let intersectData = row.dataListCache.filter((struct: SnapshotStruct) => {
|
| /developtools/smartperf_host/ide/src/trace/database/ui-worker/hiperf/ |
| D | ProcedureWorkerHiPerfCPU2.ts | 22 let hiperfCpu2Filter = row.dataListCache;
|
| D | ProcedureWorkerHiPerfThread2.ts | 22 let hiperfThreadFilter = row.dataListCache;
|
| D | ProcedureWorkerHiPerfProcess2.ts | 22 let hiperfProcessFilter = row.dataListCache;
|
| /developtools/smartperf_host/ide/test/trace/database/ui-worker/ |
| D | ProcedureWorkerFrameDynamic.test.ts | 117 row.dataListCache = dataList;
|