Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPanePurgPin.ts31 private sortKey = 'avgSize'; property in TabPanePurgPin
59 this.sortByColumn({ key: this.sortKey, sort: this.sortType });
85 this.sortByColumn({ key: this.sortKey, sort: this.sortType });
109 this.sortKey = 'avgSize';
179 this.sortKey = evt.detail.key;
DTabPanePurgTotal.ts30 private sortKey = 'avgSize'; property in TabPanePurgTotal
57 this.sortByColumn({ key: this.sortKey, sort: this.sortType });
82 this.sortByColumn({ key: this.sortKey, sort: this.sortType });
106 this.sortKey = 'avgSize';
175 this.sortKey = evt.detail.key;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfBottomUp.ts34 private sortKey = ''; property in TabpanePerfBottomUp
82 this.sortKey = '';
153 this.sortKey = evt.detail.key;
212 if (this.sortKey === 'selfTimeStr' || this.sortKey === 'selfTimePercent') {
220 } else if (this.sortKey === 'symbolName') {
DTabPerfSampleList.ts41 private sortKey: string = 'timeString'; property in TabPanePerfSample
97 this.sortPerfSampleTable(this.sortKey, this.sortType);
124 this.sortKey = evt.detail.key;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ark-ts/
DTabPaneJsCpu.ts31 private sortKey = ''; property in TabPaneJsCpuCallTree
67 this.sortKey = '';
171 this.sortKey = evt.detail.key;
224 if (this.sortKey === 'selfTimeStr' || this.sortKey === 'selfTimePercent') {
232 } else if (this.sortKey === 'symbolName') {
DTabPaneJsCpuStatistics.ts33 private sortKey = 'timeStr'; property in TabPaneJsCpuStatistics
61 this.sortKey = 'timeStr';
129 this.sortByColumn({ key: this.sortKey, sort: this.sortType });
224 this.sortKey = evt.detail.key;
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/hiperf/
DTabPerfSampleList.ts41 private sortKey: string = 'timeString'; property in TabPanePerfSample
97 this.sortPerfSampleTable(this.sortKey, this.sortType);
124 this.sortKey = evt.detail.key;
/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.ts37 private sortKey = 'heapSizeStr'; property in TabpaneNMCalltree
538 this.sortKey = evt.detail.key;
685 if (this.sortKey == 'heapSizeStr' || this.sortKey == 'heapPercent') {
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/native-memory/
DTabPaneNMCallTree.ts37 private sortKey = 'heapSizeStr'; property in TabpaneNMCalltree
538 this.sortKey = evt.detail.key;
685 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()