Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/schedulingAnalysis/
DTabThreadAnalysis.test.ts33 let tabThreadAnalysis = new TabThreadAnalysis(); variable
34 tabThreadAnalysis.top20FrequencyThread = jest.fn(() => true);
35 tabThreadAnalysis.top20FrequencyThread.clearData = jest.fn(() => true);
36 expect(tabThreadAnalysis.init()).toBeUndefined();
39 let tabThreadAnalysis = new TabThreadAnalysis(); variable
40 expect(tabThreadAnalysis.hideCurrentTab()).toBeUndefined();
/developtools/smartperf_host/ide/src/trace/component/schedulingAnalysis/
DSpSchedulingAnalysis.ts35 private tabThreadAnalysis: TabThreadAnalysis | null | undefined; property in SpSchedulingAnalysis
40 this.tabThreadAnalysis = this.shadowRoot?.querySelector<TabThreadAnalysis>('#thread-analysis');
59 this.tabThreadAnalysis?.init();
/developtools/profiler/host/smartperf/ide/src/trace/component/schedulingAnalysis/
DSpSchedulingAnalysis.ts35 private tabThreadAnalysis: TabThreadAnalysis | null | undefined; property in SpSchedulingAnalysis
40 this.tabThreadAnalysis = this.shadowRoot?.querySelector<TabThreadAnalysis>('#thread-analysis');
59 this.tabThreadAnalysis?.init();