Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTop20ProcessThreadCount.ts34 private processThreadCountData: Array<unknown> = []; property in Top20ProcessThreadCount
92 this.processThreadCountData = res;
177 this.processThreadCountData.sort(compare(detail.key, detail.sort, 'number'));
180 this.processThreadCountData.sort(compare(detail.key, detail.sort, 'string'));
182 this.processThreadCountTbl!.recycleDataSource = this.processThreadCountData;