Skip to content

Instantly share code, notes, and snippets.

@notro
Created May 23, 2021 10:03
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/c90520c4882269b936ee1d8bc5c9b2cf to your computer and use it in GitHub Desktop.
Save notro/c90520c4882269b936ee1d8bc5c9b2cf to your computer and use it in GitHub Desktop.
GUD perf Pico
Host: Raspberry Pi 4
Device: Raspberry Pico RPi-Display
pi@pi4:~ $ sudo python3 ~/work/projects/notro-gud/tests/perf.py -i 50
Iterations: 50
320x240-0@RGB565
No compress : 6.3 > 6.2 > 6.1 fps (162.383 ms) (split:2)
Compress x0: 6.2 > 6.1 > 6.0 fps (164.444 ms) (split:2)
Compress x1: 6.0 > 5.9 > 5.8 fps (168.977 ms) (split:2)
Compress x2: 10.9 > 9.9 > 9.8 fps (100.715 ms) (split:2)
Compress x3: 14.8 > 13.0 > 12.7 fps (76.744 ms) (split:2)
Compress x4: 18.5 > 15.7 > 15.2 fps (63.847 ms) (split:2)
Compress x8: 27.6 > 21.6 > 21.1 fps (46.290 ms) (split:2)
Compress x16: 36.7 > 26.9 > 26.1 fps (37.145 ms) (split:2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment