aboutsummaryrefslogtreecommitdiffstats
path: root/checks/clock.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Kill stray textlloyd2008-10-241-1/+1
|
* Modularize hashes and checksumslloyd2008-09-281-1/+1
|
* Handle configuration of what kind of clock to use for benchmarking.lloyd2008-09-111-4/+39
| | | | | | Linux defaults to clock_gettime, FreeBSD defaults to gettimeofday, everything else defaults to clock (though it is easy to a timer on with -DUSE_<CLOCK_NAME>=1, eg -DUSE_GETTIMEOFDAY=1 or -DUSE_TIMES=1
* Choice of clock_gettime, gettimeofday, times, and clock for benchmark timingslloyd2008-09-051-0/+47
|
* Use the Timer class for all benchmarkinglloyd2008-09-051-58/+0
|
* Inline some methods of Timerlloyd2008-08-311-2/+2
| | | | Randomly generate the RW keys as well, removing all need for the keys/ dir
* Default to using clock(), not rdtsc1.7.7lloyd2008-06-281-2/+2
|
* Fix some -Wmissing-declarations warningslloyd2008-06-121-3/+3
|
* Change the default CPU MHz when RDTSC is used to 1.866 GHz to match motokolloyd2006-09-261-1/+1
|
* Initial checkin1.5.6lloyd2006-05-181-0/+58