aboutsummaryrefslogtreecommitdiffstats
path: root/tests/util.h
Commit message (Collapse)AuthorAgeFilesLines
* Split test programs to benchmarking and unit testsPierre Ossman2019-09-251-42/+0
| | | | | They have very different purpose, so make things easier to work with by having multiple directories.
* Add test to measure framebuffer performancePierre Ossman2017-01-041-0/+5
|
* Make it possible to measure CPU usage in parellelPierre Ossman2015-02-131-0/+10
|
* Add pixel conversion speed testPierre Ossman2014-07-041-0/+27
Add a tests directory where we can put tests programs that can be useful during testing. Start with a speed test for the pixel conversion routines.