Android device FPS calculation

275 views Asked by At

I'm was using gfxinfo for calculating the app FPS, but apparently that does not work with games, as they don't use UIKit for drawing. I tried to use SurfaceFlinger, but somehow it does not provide any frame information, only gives a refresh period. The question is, how can I calculate the app and game FPS on Android device using adb command? Thanks a lot in advance!

0

There are 0 answers