Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split test programs to benchmarking and unit tests | Pierre Ossman | 2019-09-25 | 1 | -178/+0 |
| | | | | | They have very different purpose, so make things easier to work with by having multiple directories. | ||||
* | Add test to measure framebuffer performance | Pierre Ossman | 2017-01-04 | 1 | -0/+44 |
| | |||||
* | Include kernel time in CPU usage measurement | Pierre Ossman | 2015-11-09 | 1 | -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 Windows | Pierre Ossman | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Make it possible to measure CPU usage in parellel | Pierre Ossman | 2015-02-13 | 1 | -18/+61 |
| | |||||
* | Add pixel conversion speed test | Pierre Ossman | 2014-07-04 | 1 | -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. |