简体   繁体   中英

Android measure FPS

To evaluate the performance and "buttery smootheness" of my developed Android App, i want to measure the drawn FPS over a period of time while performing some actions on a device. Is there a way to output and save this FPS measure? Eg to print the FPS with Dumpsys to Logcat every second?

What I want to achieve is to test if my App is not reacting smooth in some ways and to quanitfy that.

"adb shell dumpsys gfxinfo" only prints an aggregated analysis of frame data across the entire lifetime.

Thanks in advance

Please try GameBench , which is very handy. Just run the app on your device and let your own app runs for a period of time, then you can get the statistics about it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM