Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/schedulingAnalysis/
DTop20ProcessThreadCount.test.ts27 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
28 expect(top20ProcessThreadCount).not.toBeUndefined();
31 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
33 top20ProcessThreadCount.sortByColumn({
39 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
40 top20ProcessThreadCount.queryLogicWorker = jest.fn();
41 expect(top20ProcessThreadCount.queryLogicWorker('', '', {})).toBeUndefined();
44 let top20ProcessThreadCount = new Top20ProcessThreadCount(); variable
45 top20ProcessThreadCount.queryLogicWorker = jest.fn();
46 top20ProcessThreadCount.processThreadCountTbl = jest.fn();
[all …]
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTabThreadAnalysis.ts42 private top20ProcessThreadCount: Top20ProcessThreadCount | undefined | null; property in TabThreadAnalysis
55 this.top20ProcessThreadCount =
68 this.setClickTab(this.tab3!, this.top20ProcessThreadCount!);
83 this.top20ProcessThreadCount!.clearData();