Home
last modified time | relevance | path

Searched refs:currentSelection (Results 1 – 25 of 32) sorted by relevance

12

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMemory.ts53 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 …]
DTabPaneNMCallTree.ts56 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 …]
DTabPaneNMStatstics.ts41 private currentSelection: SelectionParam | undefined; property in TabPaneNMStatstics
45 if (nativeStatisticsParam === this.currentSelection) {
49 this.currentSelection = nativeStatisticsParam;
DTabPaneNMSampleList.ts54 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/
DTabPaneFileSystemEvents.ts39 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;
DTabPaneVMEvents.ts39 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;
DTabPaneIoCompletionTimes.ts41 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;
DTabPaneFileSystemDescTimeSlice.ts35 private currentSelection: SelectionParam | undefined | null; property in TabPaneFileSystemDescTimeSlice
38 if (fsDescTimeSliceSelection == this.currentSelection) {
41 this.currentSelection = fsDescTimeSliceSelection;
DTabPaneFileSystemCalltree.ts56 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);
DTabPaneCallTree.ts57 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);
DTabPaneFileSystemDescHistory.ts41 private currentSelection: SelectionParam | undefined | null; property in TabPaneFileSystemDescHistory
47 if (fsDescHistorySelection == this.currentSelection) {
50 this.currentSelection = fsDescHistorySelection;
DTabPaneIOTierStatisticsAnalysis.ts33 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/
DTabPanePerfAnalysis.ts31 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 …]
DTabPerfProfile.ts57 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],
DTabPerfBottomUp.ts39 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/
DTabPaneJsCpuStatistics.ts37 private currentSelection: SelectionParam | undefined; property in TabPaneJsCpuStatistics
41 if (data === this.currentSelection) {
44 this.currentSelection = data;
DTabPaneJsCpu.ts40 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/
DTabPaneNMCallTree.test.ts156 tabPaneNMCallTree.currentSelection = jest.fn(() => true);
157 tabPaneNMCallTree.currentSelection.nativeMemory = jest.fn(() => true);
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hilog/
DTabPaneHiLogSummary.ts37 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/
DTabPaneHiSysEventSummary.ts36 private currentSelection: SelectionParam | undefined; property in TabPaneHiSysEventSummary
39 if (systemEventParam === this.currentSelection) {
DTabPaneHisysEvents.ts37 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/
DTabPaneFileSystemDescTimeSlice.test.ts129 expect(tabPane.currentSelection).not.toBeUndefined();
DTabPaneFileSystemEvents.test.ts157 expect(tabPaneFileSystemEvents.currentSelection).not.toBeUndefined();
DTabPaneFileSystemCalltree.test.ts151 expect(tabpaneFilesystemCalltree.currentSelection).not.toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/smaps/
DTabPaneSmapsStatistics.ts31 private currentSelection: SelectionParam | null | undefined; property in TabPaneSmapsStatistics
48 if (!this.tblSmapsStatistics || valSmapsStatistics == this.currentSelection) {
52 this.currentSelection = valSmapsStatistics;

12