Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/trace/sheet/ability/
DTabPaneMemoryAbility.ts29 private memoryAbilitySource: Array<SystemMemorySummary> = []; property in TabPaneMemoryAbility
63 this.memoryAbilitySource = filterMemory;
64 this.memoryAbilityTbl!.recycleDataSource = this.memoryAbilitySource;
66 this.memoryAbilitySource = [];
113 this.memoryAbilitySource = [];
138 this.memoryAbilitySource.push(systemMemorySummary);
140 this.memoryAbilityTbl!.recycleDataSource = this.memoryAbilitySource;
142 this.memoryAbilitySource = [];
226 this.memoryAbilitySource.sort(compare(detail.key, detail.sort, 'string'));
228 this.memoryAbilitySource.sort(compare(detail.key, detail.sort, 'durationStr'));
[all …]