Hi Team,
I want to obtain the DSP Utilization of FFT processing step in the out of box demo. How can I do this?
By DSP utilization, I mean the metric as mentioned in the below table.
Thanks & Regards,
Radha Agarwal
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi Team,
I want to obtain the DSP Utilization of FFT processing step in the out of box demo. How can I do this?
By DSP utilization, I mean the metric as mentioned in the below table.
Thanks & Regards,
Radha Agarwal
Hi,
The best way to measure this will depend on what demo/codebase you are measuring, but for most of our demos, you should be able to find the structure "DPC_ObjectDetection_Stats" in dss_main.c, which will have the stats that you can use to compute the utilization metric.
Best Regards,
Alec