Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/test/trace/component/chart/
DSpHiPerf.test.ts20 queryPerfThread,
47 let queryPerfThread = sqlit.queryPerfThread; variable
48 queryPerfThread.mockResolvedValue([
/developtools/smartperf_host/ide/src/trace/database/sql/
DPerf.sql.ts33 export const queryPerfThread = (): Promise<Array<PerfThread>> => constant
/developtools/smartperf_host/ide/src/trace/component/chart/
DSpHiPerf.ts53 queryPerfThread,
89 this.perfThreads = await queryPerfThread();