Searched refs:processThreadCountData (Results 1 – 1 of 1) sorted by relevance
34 private processThreadCountData: Array<any> = []; property in Top20ProcessThreadCount81 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;