Skip to content

Instantly share code, notes, and snippets.

@notro
Created May 23, 2021 10:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save notro/a0a2311f674626b57e7253b9b1ec5858 to your computer and use it in GitHub Desktop.
Save notro/a0a2311f674626b57e7253b9b1ec5858 to your computer and use it in GitHub Desktop.
GUD perf Pico
Host: Raspberry Pi 4
Device: Raspberry Pico pico-display
pi@pi4:~ $ sudo python3 ~/work/projects/notro-gud/tests/perf.py -i 50
Iterations: 50
240x135-0@RGB565
No compress : 15.1 > 14.8 > 14.3 fps (67.614 ms)
Compress x0: 14.7 > 14.1 > 14.0 fps (70.838 ms)
Compress x1: 15.0 > 14.2 > 14.1 fps (70.185 ms)
Compress x2: 27.6 > 23.2 > 22.4 fps (43.153 ms)
Compress x3: 38.3 > 31.7 > 30.8 fps (31.500 ms)
Compress x4: 50.3 > 37.4 > 36.2 fps (26.748 ms)
Compress x8: 80.9 > 51.2 > 46.8 fps (19.537 ms)
Compress x16: 127.4 > 62.4 > 59.2 fps (16.026 ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment