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<any> = []; property in Top20ProcessThreadCount
81 this.processThreadCountData = res;
149 this.processThreadCountData.sort(compare(detail.key, detail.sort, 'number'));
151 this.processThreadCountData.sort(compare(detail.key, detail.sort, 'string'));
153 this.processThreadCountTbl!.recycleDataSource = this.processThreadCountData;