There are not much questions about it on SOF:
Android - How can I measure performance of ListView and other Views?
Has a solution to use Hierarchy Viewer. But I just want to get the FPS on a ListView
.
Moreover that Hierarchy Viewer doc states:
Hierarchy Viewer can only connect to devices running a developer version of the Android system
And that console doesn't detect my device. And I have no idea what a developer version is.
Somewhere I read Emulators are kind of developer versions, but they might not be accurate.
Also, I found this in my log cat when I scroll the ListView
:
05-04 11:14:24.697: I/SurfaceTextureClient(20849): [STC::queueBuffer] (this:0x5e74b878) fps:0.39, dur:17832.35, max:17194.94, min:17.54
Is that the FPS related to my ListView?
Because it varies from 0.3 to 60.1
And AFAIK 60 is the max you get.