Added testblitspeed to aid in profiling of SDL's blitters.

--HG--
extra : convert_revision : svn%3Ac70aab31-4412-0410-b14c-859654838e24/trunk%401040
This commit is contained in:
Ryan C. Gordon 2005-02-15 11:50:33 +00:00
parent 21243fbeb6
commit 8556c7d396
3 changed files with 371 additions and 1 deletions

View file

@ -24,3 +24,5 @@ These are test programs for the SDL library:
testjoystick List joysticks and watch joystick events
testoverlay Tests the software/hardware overlay functionality.
testoverlay2 Tests the overlay flickering/scaling during playback.
testblitspeed Tests performance of SDL's blitters and converters.