Currently, we are working on a TDA4VM board for the A72 core processor. We want to take the CPU performance status for the same. We are using the below-mentioned APIs for the same.
appPerfStatsCpuLoadPrintAll();
appPerfStatsCpuStatsPrintAll();
But the application completely hangs after this print and it does not respond after that. Please see the below-mentioned print it provides before hanging.
Summary of CPU load, ====================
CPU: mpu1_0: TOTAL LOAD = 0. 0 % ( HWI = 0. 0 %, SWI = 0. 0 % )
Also, we tried the same with the sample application for the single CAM. But the same issue persists. Please find the running procedure below:
./vision_app_init.sh
./run_app_single_cam.sh
After running the application, we enter the testtool P. Then we got the same issue as mentioned above.
Please let us know if we are doing anything wrong or any other procedure to view the CPU load status.
Thanks & Regards
Sambeet Kumar