| 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/+5 |
* | Force line flush in benchmark, useful when tee'ing output | lloyd | 2009-12-23 | 1 | -1/+1 |
* | Consolidate the non-canonical epoch timers, like cpuid and Win32's | lloyd | 2009-12-01 | 1 | -4/+4 |
* | Fix benchmarking of PK stuff | lloyd | 2009-09-29 | 1 | -1/+1 |
* | Modify the self test program to use the builtin runtime benchmarking goop. | lloyd | 2009-09-24 | 1 | -123/+191 |
* | Remove support for HTML benchmark output. Easier/simpler to parse the | lloyd | 2009-08-14 | 1 | -46/+10 |
* | Use std::vector instead of SecureVector to hold random input for filter bench... | lloyd | 2008-11-17 | 1 | -3/+3 |
* | Use heap rather than stack for data input. Increase size to 128k | lloyd | 2008-10-22 | 1 | -5/+5 |
* | s/Mbyte/MiB/ to be precise about meaning (2^20 bytes/second) | lloyd | 2008-09-30 | 1 | -2/+2 |
* | Use the Timer class for all benchmarking | lloyd | 2008-09-05 | 1 | -13/+12 |
* | Remove most of the direct references to the global_rng() call | lloyd | 2008-06-28 | 1 | -8/+14 |
* | Remove uses of global PRNG from self-test and benchmark code. Assumes | lloyd | 2008-06-27 | 1 | -3/+2 |
* | Fix some -Wmissing-declarations warnings | lloyd | 2008-06-12 | 1 | -0/+5 |
* | Add a full set of tests for the ANSI X9.31 PRNG, using data taken | lloyd | 2008-06-07 | 1 | -2/+6 |
* | Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was | lloyd | 2008-04-07 | 1 | -2/+2 |
* | Replace C-style casts with static_cast (found by GCC's -Wold-style-cast) | lloyd | 2007-11-17 | 1 | -4/+4 |
* | Use the get_clock/get_ticks code instead of calling std::clock directly. Allows | lloyd | 2007-07-23 | 1 | -5/+6 |
* | Respect the --seconds command line argument with --bench-algo | lloyd | 2006-08-13 | 1 | -2/+2 |
* | Remove the public domain notices from the self-test/benchmark code, | lloyd | 2006-08-09 | 1 | -1/+0 |
* | Initial checkin1.5.6 | lloyd | 2006-05-18 | 1 | -0/+185 |