aboutsummaryrefslogtreecommitdiffstats
path: root/checks/timer.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Explicit cast from double to int using static_castlloyd2008-09-151-1/+1
|
* Tweak timer outputlloyd2008-09-071-2/+2
|
* Choice of clock_gettime, gettimeofday, times, and clock for benchmark timingslloyd2008-09-051-8/+0
|
* Use the Timer class for all benchmarkinglloyd2008-09-051-1/+2
|
* Inline some methods of Timerlloyd2008-08-311-26/+0
| | | | Randomly generate the RW keys as well, removing all need for the keys/ dir
* Add a simple timer classlloyd2008-08-311-0/+88