Home
last modified time | relevance | path

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

/developtools/smartperf_host/smartperf_host/ide/src/trace/database/sql/
DSqlLite.sql.ts1465 export const queryMetric = (metricName: string): Promise<Array<string>> => constant
/developtools/smartperf_host/smartperf_host/ide/src/trace/database/
DTraceWorker.ts1583 function queryMetric(name: string): void { function