Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DCpu.sql.ts26 export const queryCpuKeyPathData = (threads: Array<KeyPathStruct>): Promise<Array<CpuStruct>> => { constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/component/
DSpSystemTrace.ts101 import { queryCpuKeyPathData } from '../database/sql/Cpu.sql';
2051 queryCpuKeyPathData(data).then((res): void => {