| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 32 private soData!: any[]; 405 data: this.getPieChartData(this.soData), 443 let soData = ioSoData.data; variable 444 soData.isHover = true; 455 this.soData.unshift(this.libStatisticsData); 456 this.tableSo!.recycleDataSource = this.soData; 458 this.soData.shift(this.libStatisticsData); 459 this.currentLevelData = this.soData; 750 this.soData = []; 765 const soData = { constant [all …]
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 442 let soData = evt.detail; variable 443 if (soData.data) { 444 let fsSoData = soData.data; 446 if (soData.callBack) { 447 soData.callBack(true); 776 const soData = { constant 786 this.fileStatisticsAnalysisSoData.push(soData);
|
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 443 let soData = vmSoData.data; variable 444 soData.isHover = true; 766 const soData = { constant 776 this.vmStatisticsAnalysisSoData.push(soData);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneIOTierStatisticsAnalysis.ts | 32 private soData!: any[]; 396 data: this.getIOTierPieChartData(this.soData), 434 let soData = ioTierSoData.data; variable 435 soData.isHover = true; 446 this.soData.unshift(this.libStatisticsData); 447 this.ioTierTableSo!.recycleDataSource = this.soData; 449 this.soData.shift(this.libStatisticsData); 450 this.currentLevelData = this.soData; 740 this.soData = []; 755 const soData = { constant [all …]
|
| D | TabPaneFilesystemStatisticsAnalysis.ts | 441 let soData = evt.detail; variable 442 if (soData.data) { 443 let fsSoData = soData.data; 445 if (soData.callBack) { 446 soData.callBack(true); 773 const soData = { constant 783 this.fileStatisticsAnalysisSoData.push(soData);
|
| D | TabPaneVirtualMemoryStatisticsAnalysis.ts | 435 let soData = vmSoData.data; variable 436 soData.isHover = true; 757 const soData = { constant 767 this.vmStatisticsAnalysisSoData.push(soData);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 33 private soData!: any[]; 124 this.currentLevelData = this.soData; 314 data: this.getPerfPieChartData(this.soData), 363 this.soData.unshift(this.allLibCount); 364 this.perfTableSo!.recycleDataSource = this.soData; 367 this.soData.shift(this.allLibCount); 368 this.currentLevelData = this.soData; 609 this.soData = []; 625 this.soData.push(libData); 628 this.soData.sort((a, b) => b.count - a.count);
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 33 private soData!: any[]; 124 this.currentLevelData = this.soData; 314 data: this.getPieChartData(this.soData), 363 this.soData.unshift(this.allLibCount); 364 this.tableSo!.recycleDataSource = this.soData; 367 this.soData.shift(this.allLibCount); 368 this.currentLevelData = this.soData; 609 this.soData = []; 625 this.soData.push(libData); 628 this.soData.sort((a, b) => b.count - a.count);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 90 private soData!: Array<AnalysisObj>; 187 this.currentLevelData = this.soData; 343 data: this.getPieChartData(this.soData), 396 this.soData.unshift(this.libStatisticsData); 397 this.soUsageTbl!.recycleDataSource = this.soData; 399 this.soData.shift(this.libStatisticsData); 400 this.currentLevelData = this.soData; 764 this.soData = []; 828 this.soData.push(analysis); 830 this.soData.sort((a, b) => b.existSize - a.existSize);
|
| /developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMStatisticAnalysis.ts | 89 private soData!: Array<AnalysisObj>; 183 this.currentLevelData = this.soData; 335 data: this.getPieChartData(this.soData), 388 this.soData.unshift(this.libStatisticsData); 389 this.soUsageTbl!.recycleDataSource = this.soData; 391 this.soData.shift(this.libStatisticsData); 392 this.currentLevelData = this.soData; 754 this.soData = []; 818 this.soData.push(analysis); 820 this.soData.sort((a, b) => b.existSize - a.existSize);
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.test.ts | 176 tabPanePerfAnalysis.soData = [
|