Home
last modified time | relevance | path

Searched defs:queryProcessSoMaxDepth (Results 1 – 2 of 2) sorted by relevance

/developtools/smartperf_host/smartperf_host/ide/test/trace/component/chart/
DSpProcessChart.test.ts90 let queryProcessSoMaxDepth = processSqlite.queryProcessSoMaxDepth; variable
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DProcessThread.sql.ts804 export const queryProcessSoMaxDepth = (): Promise<Array<{ pid: number; maxDepth: number }>> => constant