Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DTop20ProcessThreadCount.ts32 private processThreadCountProgress: LitProgressBar | null | undefined; property in Top20ProcessThreadCount
38 this.processThreadCountProgress = this.shadowRoot!.querySelector<LitProgressBar>('#loading');
81 this.processThreadCountProgress!.loading = true;
133 this.processThreadCountProgress!.loading = false;