Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/
DTop20ProcessThreadCount.test.ts15 import { Top20ProcessThreadCount } from '../../../../src/trace/component/schedulingAnalysis/Top20Pr…
27 let top20ProcessThreadCount = new Top20ProcessThreadCount();
31 let top20ProcessThreadCount = new Top20ProcessThreadCount();
39 let top20ProcessThreadCount = new Top20ProcessThreadCount();
44 let top20ProcessThreadCount = new Top20ProcessThreadCount();
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTabThreadAnalysis.ts24 import { Top20ProcessThreadCount } from './Top20ProcessThreadCount';
42 private top20ProcessThreadCount: Top20ProcessThreadCount | undefined | null;
56 this.shadowRoot!.querySelector<Top20ProcessThreadCount>('#top20_process_thread_count');
107 | Top20ProcessThreadCount
DTop20ProcessThreadCount.ts28 export class Top20ProcessThreadCount extends BaseElement { class