| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMemory.ts | 53 private currentSelection: SelectionParam | undefined; property in TabPaneNMemory 61 if (memoryParam === this.currentSelection) { 64 this.currentSelection = memoryParam; 169 if (this.currentSelection != val) { 171 this.currentSelection = val; 188 if (this.currentSelection === val) { 267 this.getDataByNativeMemoryWorker(this.currentSelection); 285 this.getDataByNativeMemoryWorker(this.currentSelection); 298 return endTs > this.currentSelection!.leftNs && 299 endTs <= this.currentSelection!.rightNs && [all …]
|
| D | TabPaneNMCallTree.ts | 56 private currentSelection: SelectionParam | undefined; property in TabpaneNMCalltree 95 if (nmCallTreeParam === this.currentSelection) { 99 this.currentSelection = nmCallTreeParam; 144 …this.nmCallTreeFilter!.initializeFilterTree(true, true, this.currentSelection!.nativeMemory.length… 191 if (that.currentSelection?.nativeMemory && that.currentSelection.nativeMemory.length > 0) { 217 param.set('leftNs', this.currentSelection?.leftNs); 218 param.set('rightNs', this.currentSelection?.rightNs); 349 if (this.currentSelection!.nativeMemory!.length > 0) { 351 this.currentSelection!.leftNs, 352 this.currentSelection!.rightNs, [all …]
|
| D | TabPaneNMStatstics.ts | 41 private currentSelection: SelectionParam | undefined; property in TabPaneNMStatstics 45 if (nativeStatisticsParam === this.currentSelection) { 49 this.currentSelection = nativeStatisticsParam;
|
| D | TabPaneNMSampleList.ts | 54 private currentSelection: SelectionParam | undefined; property in TabPaneNMSampleList 57 if (sampleParam === this.currentSelection) { 60 this.currentSelection = sampleParam;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemEvents.ts | 39 private currentSelection: SelectionParam | undefined | null; property in TabPaneFileSystemEvents 48 if (fsSysEventSelection == this.currentSelection) { 51 this.currentSelection = fsSysEventSelection; 117 … `${this.currentSelection?.fileSystemFsData.name}[${this.currentSelection?.fileSystemFsData.pid}]` 206 if (this.currentSelection == val) { 216 this.currentSelection = val;
|
| D | TabPaneVMEvents.ts | 39 private currentSelection: SelectionParam | undefined | null; property in TabPaneVirtualMemoryEvents 43 if (vmEventSelection == this.currentSelection) { 46 this.currentSelection = vmEventSelection; 147 if (this.currentSelection != vmEventParam) { 156 if (this.currentSelection != vmEventParam) { 157 this.currentSelection = vmEventParam;
|
| D | TabPaneIoCompletionTimes.ts | 41 private currentSelection: SelectionParam | undefined | null; property in TabPaneIoCompletionTimes 47 if (ioCompletionTimesSelection == this.currentSelection) { 50 this.currentSelection = ioCompletionTimesSelection; 146 if (this.currentSelection != ioCompletionTimeParam) { 155 if (this.currentSelection != ioCompletionTimeParam) { 156 this.currentSelection = ioCompletionTimeParam;
|
| D | TabPaneFileSystemDescTimeSlice.ts | 35 private currentSelection: SelectionParam | undefined | null; property in TabPaneFileSystemDescTimeSlice 38 if (fsDescTimeSliceSelection == this.currentSelection) { 41 this.currentSelection = fsDescTimeSliceSelection;
|
| D | TabPaneFileSystemCalltree.ts | 56 private currentSelection: SelectionParam | undefined; property in TabpaneFilesystemCalltree 92 …if (fsCallTreeSelection !== this.currentSelection && this._fsRowClickData === this.currentRowClick… 95 if (fsCallTreeSelection === this.currentSelection && !this.currentSelection?.isRowClick) { 99 this.currentSelection = fsCallTreeSelection; 121 …if (this._fsRowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRow… 169 funcArgs: [this.currentSelection, this.FsCallTreeLevel], 207 this.getFsCallTreeData(this.currentSelection, this.initWidth);
|
| D | TabPaneCallTree.ts | 57 private currentSelection: SelectionParam | undefined; property in TabPaneCallTree 93 …if (callTreeSelection !== this.currentSelection && this._rowClickData === this.currentRowClickData… 96 if (callTreeSelection === this.currentSelection && !this.currentSelection?.isRowClick) { 101 this.currentSelection = callTreeSelection; 123 …if (this._rowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowCl… 171 funcArgs: [this.currentSelection, this.callTreeLevel], 211 this.getCallTreeData(this.currentSelection, this.initWidth);
|
| D | TabPaneFileSystemDescHistory.ts | 41 private currentSelection: SelectionParam | undefined | null; property in TabPaneFileSystemDescHistory 47 if (fsDescHistorySelection == this.currentSelection) { 50 this.currentSelection = fsDescHistorySelection;
|
| D | TabPaneIOTierStatisticsAnalysis.ts | 33 private currentSelection: SelectionParam | null | undefined; property in TabPaneIOTierStatisticsAnalysis 70 if (ioTierStatisticsAnalysisSelection === this.currentSelection) { 85 this.currentSelection = ioTierStatisticsAnalysisSelection; 148 clickEvent(detail.data, this.currentSelection); 212 this.currentSelection!.isRowClick = true; 213 ioTab!.data = this.currentSelection;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/ |
| D | TabPanePerfAnalysis.ts | 31 private currentSelection: SelectionParam | any; property in TabPanePerfAnalysis 66 if (val === this.currentSelection) { 78 this.currentSelection = val; 133 this.currentSelection.isRowClick = true; 134 perfProfileTab!.data = this.currentSelection; 178 this.currentSelection.perfThread.length > 0 && 179 this.currentSelection.perfProcess.length === 0) 187 this.getHiperfProcess(this.currentSelection); 204 clickEvent(data, this.currentSelection); 258 this.processPieChart(this.currentSelection); [all …]
|
| D | TabPerfProfile.ts | 57 private currentSelection: SelectionParam | undefined; property in TabpanePerfProfile 91 …if (perfProfilerSelection !== this.currentSelection && this._rowClickData === this.currentRowClick… 94 if (perfProfilerSelection === this.currentSelection && !this.currentSelection?.isRowClick) { 98 this.currentSelection = perfProfilerSelection; 121 …if (this._rowClickData && this.currentRowClickData !== undefined && this.currentSelection?.isRowCl… 163 this.initGetData(this.currentSelection, this.initWidth, this.currentSelection?.perfEventTypeId); 179 funcArgs: [this.currentSelection, this.perfLevel],
|
| D | TabPerfBottomUp.ts | 39 private currentSelection: SelectionParam | undefined; property in TabpanePerfBottomUp 82 if (data == this.currentSelection) { 85 this.currentSelection = data;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/ |
| D | TabPaneJsCpuStatistics.ts | 37 private currentSelection: SelectionParam | undefined; property in TabPaneJsCpuStatistics 41 if (data === this.currentSelection) { 44 this.currentSelection = data;
|
| D | TabPaneJsCpu.ts | 40 private currentSelection: SelectionParam | undefined; property in TabPaneJsCpuCallTree 51 if (data === this.currentSelection) { 54 this.currentSelection = data;
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/native-memory/ |
| D | TabPaneNMCallTree.test.ts | 156 tabPaneNMCallTree.currentSelection = jest.fn(() => true); 157 tabPaneNMCallTree.currentSelection.nativeMemory = jest.fn(() => true);
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/ |
| D | TabPaneHiLogSummary.ts | 37 private currentSelection: SelectionParam | undefined; property in TabPaneHiLogSummary 40 if (systemLogDetailParam === this.currentSelection) { 43 this.currentSelection = systemLogDetailParam;
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/hisysevent/ |
| D | TabPaneHiSysEventSummary.ts | 36 private currentSelection: SelectionParam | undefined; property in TabPaneHiSysEventSummary 39 if (systemEventParam === this.currentSelection) {
|
| D | TabPaneHisysEvents.ts | 37 private currentSelection: SelectionParam | undefined; property in TabPaneHisysEvents 61 if (systemEventParam === this.currentSelection) { 77 this.currentSelection = systemEventParam;
|
| /developtools/smartperf_host/ide/test/trace/component/trace/sheet/file-system/ |
| D | TabPaneFileSystemDescTimeSlice.test.ts | 129 expect(tabPane.currentSelection).not.toBeUndefined();
|
| D | TabPaneFileSystemEvents.test.ts | 157 expect(tabPaneFileSystemEvents.currentSelection).not.toBeUndefined();
|
| D | TabPaneFileSystemCalltree.test.ts | 151 expect(tabpaneFilesystemCalltree.currentSelection).not.toBeUndefined();
|
| /developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/ |
| D | TabPaneSmapsStatistics.ts | 31 private currentSelection: SelectionParam | null | undefined; property in TabPaneSmapsStatistics 48 if (!this.tblSmapsStatistics || valSmapsStatistics == this.currentSelection) { 52 this.currentSelection = valSmapsStatistics;
|