Hi sanjay
in general, if fps more than 25-30, then one can consider this as
hw accelerated. Still cpu load may be about 25%, below some helpful links
About Video performance on HTML by using WebView on AndroidKK4.4.2
Qt5 Cinematic Experience Demo on i.MX6
I am afraid there is no easy method or tools to know if hw acceleration is used or not.
Most simple to perform cpu load measurement:
to measure CPU load during the tests, run "top" and inspect the "%id" value of the third line:
Cpu(s): 98.4%us, 1.6%sy, 0.0%ni, 0.0%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st
By deducting the "%id" (idle) value from 100%, you get the full CPU load.
Regardng perfomance data, this greatly depends on board configuration,
suggest to ask on meta-fsl-arm mailing list, afaik, ossystems has much experience
on chromium porting
https://lists.yoctoproject.org/listinfo/meta-freescale
Porting Chrome on i.mx6 with hw accelaration?
Best regards
igor
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------