Home
last modified time | relevance | path

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

/developtools/smartperf_host/ide/src/trace/component/chart/
DSpGpuCounterChart.ts184 const minIndex = this.getMinData(res) + 1; constant
544 const minIndex = sliceList.findIndex((item) => item === nonZeroList[0]); constant
DSpChartManager.ts393 const minIndex = this.spGpuCounterChart.getMinData(res) + 1; constant