Searched refs:top20ProcessThreadCount (Results 1 – 2 of 2) sorted by relevance
27 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable28 expect(top20ProcessThreadCount).not.toBeUndefined();31 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable33 top20ProcessThreadCount.sortByColumn({39 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable40 top20ProcessThreadCount.queryLogicWorker = jest.fn();41 expect(top20ProcessThreadCount.queryLogicWorker('', '', {})).toBeUndefined();44 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable45 top20ProcessThreadCount.queryLogicWorker = jest.fn();46 top20ProcessThreadCount.processThreadCountTbl = jest.fn();[all …]
42 private top20ProcessThreadCount: Top20ProcessThreadCount | undefined | null; property in TabThreadAnalysis55 this.top20ProcessThreadCount =68 this.setClickTab(this.tab3!, this.top20ProcessThreadCount!);83 this.top20ProcessThreadCount!.clearData();