Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Wagons-Per-Second - OpenGL .OTF benchmark
#1
Often I need the "FPS" of QB64 text mode, the scroll speed or rather the drawing speed of TTF/OTF, when symbols are many the speed drops significantly.
This benchmark is simple and ... straightforward.
By adjusting (in fact doubling the X and Y) the canvas, it should report for 4K mode as well, currently it says the WPS for FullHD.

My main laptop reaches only 23 Wagons-Per-Second, grmbl:

   

The QB64 sourcecode and Windows binary in the attachment:

.7z   WagonsPerSecond.7z (Size: 1.12 MB / Downloads: 32)
"He learns not to learn and reverts to what the masses pass by."
Reply
#2
Print has always been a slooow beast in QB64.  If you want to see those trains move faster, print them once to a sprite sheet and then _PUTIMAGE them onto the screen.  If you want to see them BLAZE across the screen, _COPYIMAGE the sprite sheet to a hardware screen, and then remove the software rendering completely from your program.
Reply
#3
So that's where RC went! The only vehicle without centers on wheels.
b = b + ...
Reply
#4
I got 35Wps on my laptop running the included exe file.   When I compiled the source I got 41,150 Ws but I suspect it didn't work right because it showed the default font.
Reply




Users browsing this thread: 1 Guest(s)