Part Number: PROCESSOR-SDK-DRA8X
based on DRA82X EVM, run PSDKLA 6.1 release
and I found there are not GPU loading measure tools like "pvrscope" in J6
so how can I get the GPU loading?
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.
Part Number: PROCESSOR-SDK-DRA8X
based on DRA82X EVM, run PSDKLA 6.1 release
and I found there are not GPU loading measure tools like "pvrscope" in J6
so how can I get the GPU loading?
Hi Wang,
You can get a quick snapshot of current gpu load through the below sysfs entry
cat /sys/kernel/debug/pvr/status
It will have a entry called GPU utilization and shows load in %.
Thanks,
Gowtham