xWRL6432 MMWAVE-L-SDK  05.04.00.01
DPU_Aoa2dProc_Stats Struct Reference

Detailed Description

aoa2dProc DPU statistics

The structure is used to hold the statistics of the DPU

Data Fields

uint32_t numProcess
 total number of DPU processing More...
 
uint32_t processingTime
 For HWA version of the DPU: total processing time including EDMA transfers.
For DSP version of the DPU: total processing time excluding EDMA transfers. More...
 
uint32_t waitTime
 time spent waiting for EDMA transfers. Valid only for DSP version of DPU. More...
 

Field Documentation

◆ numProcess

uint32_t DPU_Aoa2dProc_Stats::numProcess

total number of DPU processing

◆ processingTime

uint32_t DPU_Aoa2dProc_Stats::processingTime

For HWA version of the DPU: total processing time including EDMA transfers.
For DSP version of the DPU: total processing time excluding EDMA transfers.

◆ waitTime

uint32_t DPU_Aoa2dProc_Stats::waitTime

time spent waiting for EDMA transfers. Valid only for DSP version of DPU.