summaryrefslogtreecommitdiffstats
path: root/tests/util.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Split test programs to benchmarking and unit testsPierre Ossman2019-09-251-178/+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/+44
|
* Include kernel time in CPU usage measurementPierre Ossman2015-11-091-14/+29
| | | | | Time spent executing in the kernel is as much of a performance problem as time spent in userspace. Make sure both numbers are included.
* Wrong array index in CPU usage calculation on WindowsPierre Ossman2015-03-031-1/+1
|
* Make it possible to measure CPU usage in parellelPierre Ossman2015-02-131-18/+61
|
* Add pixel conversion speed testPierre Ossman2014-07-041-0/+76
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.