Home
last modified time | relevance | path

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

/developtools/profiler/host/smartperf/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.ts940 for (let pieDataIndex = 0; pieDataIndex < pieChartData.length; pieDataIndex++) { variable
941 if (pieDataIndex < 19) {
942 pieChartArr.push(pieChartData[pieDataIndex]);
944 other.duration += pieChartData[pieDataIndex].duration;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/file-system/
DTabPaneFilesystemStatisticsAnalysis.ts935 for (let pieDataIndex = 0 ; pieDataIndex < fsPieChartData.length ; pieDataIndex++) { variable
936 if (pieDataIndex < 19) {
937 fsPieChartArr.push(fsPieChartData[pieDataIndex]);
939 other.duration += fsPieChartData[pieDataIndex].duration;