scrcpy/app
Romain Vimont e2a272bf99 Improve framerate counting
The FPS counter was called only on new frames, so it could not print
values regularly, especially when there are very few FPS (when the
device surface does not change).

To the extreme, it was never able to display 0 fps.

Add a separate thread to print framerate every second.
2019-06-07 17:16:26 +02:00
..
src Improve framerate counting 2019-06-07 17:16:26 +02:00
tests Implement device screen off while mirroring 2019-05-31 23:07:23 +02:00
meson.build Add runtime option to render expired frames 2019-06-05 21:39:42 +02:00