HIgh CPU utilization on Qt6 application

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

HIgh CPU utilization on Qt6 application

984 Views
rakesh3
Contributor V

Hi team.

 

I am using the Qt6 application which uses the vivante Driver for GPU, i am using the Linux BSP version 5.10.175 with imx-gpu-viv version of 6.4.3.

 

On running the single qt6 application on imx6qsabresd board, i can see that %CPU utilization is around 220% and on running 4 similar applications its going up to 75% per CPU utilization, which seems really huge.

check top o/p in Irix mode on (shift + i).

I am testing the GPU openglwindow application.

Is this much CPU utilization normal in this case or abnormal, please give suggestion on this issue.

Attached top command o/p.

Regards,

Rk

Tags (2)
0 Kudos
Reply
1 Reply

945 Views
Sanket_Parekh
NXP TechSupport
NXP TechSupport

Hi @rakesh3 

 
I hope you are doing well
 
One can try to read the GPU usage from the command line to confirm that rather the GPU is in use or not and it is increasing with increasing the number of running applications.
 
Further, the IMX6 has VPU for decoding purposes and GPU for rendering purposes. If you are playing the media, kindly try to use GStreamer, and for decoding use VPUdec(hardware decoder). it will help to reduce the load of the CPU.
 
Thanks & Regards,
Sanket Parekh
0 Kudos
Reply