Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |