Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add copyright and license notes to pretty much every file that didn't have them, | lloyd | 2009-12-31 | 1 | -0/+6 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -3/+2 |
* | Modify the self test program to use the builtin runtime benchmarking goop. | lloyd | 2009-09-24 | 1 | -0/+7 |
* | Avoid integer overflows in the benchmark timer code. This would lead to | lloyd | 2008-10-22 | 1 | -3/+8 |
* | Timer tried to guess if it should use seconds or ms, but it always choose | lloyd | 2008-10-17 | 1 | -13/+4 |
* | Explicit cast from double to int using static_cast | lloyd | 2008-09-15 | 1 | -1/+1 |
* | Tweak timer output | lloyd | 2008-09-07 | 1 | -2/+2 |
* | Choice of clock_gettime, gettimeofday, times, and clock for benchmark timings | lloyd | 2008-09-05 | 1 | -8/+0 |
* | Use the Timer class for all benchmarking | lloyd | 2008-09-05 | 1 | -1/+2 |
* | Inline some methods of Timer | lloyd | 2008-08-31 | 1 | -26/+0 |
* | Add a simple timer class | lloyd | 2008-08-31 | 1 | -0/+88 |