aboutsummaryrefslogtreecommitdiffstats
path: root/checks/timer.h
Commit message (Collapse)AuthorAgeFilesLines
* Avoid integer overflows in the benchmark timer code. This would lead tolloyd2008-10-221-2/+2
| | | | bad results, especially noticable with fast algorithms and long test times.
* Use the Timer class for all benchmarkinglloyd2008-09-051-3/+3
|
* Inline some methods of Timerlloyd2008-08-311-5/+5
| | | | Randomly generate the RW keys as well, removing all need for the keys/ dir
* Add a simple timer classlloyd2008-08-311-0/+50