aboutsummaryrefslogtreecommitdiffstats
path: root/checks/timer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add copyright and license notes to pretty much every file that didn't have them,lloyd2009-12-311-0/+6
* Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-3/+2
* Modify the self test program to use the builtin runtime benchmarking goop.lloyd2009-09-241-0/+7
* Avoid integer overflows in the benchmark timer code. This would lead tolloyd2008-10-221-3/+8
* Timer tried to guess if it should use seconds or ms, but it always chooselloyd2008-10-171-13/+4
* 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
* Add a simple timer classlloyd2008-08-311-0/+88