Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/
DSpMetrics.ts131 let resultQuery = this.metricOptionalSelects?.filter((item) => { variable
134 if (!resultQuery || resultQuery.length === 0) {
137 this.initMetric(resultQuery[0]);
/developtools/profiler/host/smartperf/ide/src/trace/component/
DSpMetrics.ts124 let resultQuery = this.metricOptionalSelects?.filter((item) => { variable
127 if (!resultQuery || resultQuery.length < 1) return;
128 this.initMetric(resultQuery[0]);