Home
last modified time | relevance | path

Searched refs:sortKey (Results 1 – 9 of 9) sorted by relevance

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfBottomUp.ts33 private sortKey = ''; property in TabpanePerfBottomUp
86 this.sortKey = '';
172 this.sortKey = evt.detail.key;
217 if (this.sortKey === 'selfTime' || this.sortKey === 'selfTimePercent') {
225 } else if (this.sortKey === 'symbolName') {
DTabPerfSampleList.ts37 private sortKey: string = 'timeString'; property in TabPanePerfSample
102 this.sortPerfSampleTable(this.sortKey, this.sortType);
129 this.sortKey = evt.detail.key;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.ts33 private sortKey = ''; property in TabPaneJsCpuCallTree
74 this.sortKey = '';
180 this.sortKey = evt.detail.key;
219 if (this.sortKey === 'selfTimeStr' || this.sortKey === 'selfTimePercent') {
227 } else if (this.sortKey === 'symbolName') {
DTabPaneJsCpuStatistics.ts34 private sortKey = 'timeStr'; property in TabPaneJsCpuStatistics
69 this.sortKey = 'timeStr';
139 this.sortByColumn({ key: this.sortKey, sort: this.sortType });
234 this.sortKey = evt.detail.key;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPanePurgPin.ts32 private sortKey = 'avgSize'; property in TabPanePurgPin
80 this.sortByColumn({key: this.sortKey, sort: this.sortType});
102 this.sortKey = 'avgSize';
179 this.sortKey = evt.detail.key;
DTabPanePurgTotal.ts31 private sortKey = 'avgSize'; property in TabPanePurgTotal
78 this.sortByColumn({key: this.sortKey, sort: this.sortType});
100 this.sortKey = 'avgSize';
172 this.sortKey = evt.detail.key;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/
DSheetUtils.ts176 export function initSort(table: LitTable, sortKey: string, sortType: number, filterValue?: string):…
177 sortKey = '';
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.ts45 private sortKey: string = 'heapSizeStr'; property in TabpaneNMCalltree
746 this.sortKey = evt.detail.key;
888 if (this.sortKey === 'heapSizeStr' || this.sortKey === 'heapPercent') {
/developtools/hiperf/src/
Dreport.cpp520 for (auto sortKey : displayKeyNames_) { in OutputStdContentItem() local
521 ReportKey &reportKey = Report::reportKeyMap_.at(sortKey); in OutputStdContentItem()