aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark/benchmark.h
Commit message (Expand)AuthorAgeFilesLines
* Shuffle things around. Add NIST X.509 test to build.lloyd2014-01-011-58/+0
* Add Threefish-512lloyd2013-12-101-0/+3
* Add more generalized runtime performance test, can check AEAD modeslloyd2013-04-171-0/+18
* Merge fixups. Add locking to default session manager. Use chrono liblloyd2012-02-201-1/+3
* propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...lloyd2010-10-131-2/+1
|\
| * propagate from branch 'net.randombit.botan' (head 717a9d103aa80e6d66c04e3a23c...lloyd2010-08-041-2/+1
| |\
| | * propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...lloyd2010-06-171-1/+1
| | |\
| | * \ propagate from branch 'net.randombit.botan' (head b3515264af291b4785d3d296e2c...lloyd2009-12-011-2/+0
| | |\ \
| | * \ \ propagate from branch 'net.randombit.botan' (head b431f4bc404f3ed4a5332b69100...lloyd2009-11-201-4/+4
| | |\ \ \
| | * | | | Use <chrono> in the runtime benchmarking code instead of the locallloyd2009-09-161-25/+1
* | | | | | s/u32bit/size_t/ in codec and benchmarklloyd2010-10-121-1/+1
* | | | | | I had this older version of algorithm_benchmark included forlloyd2010-09-161-18/+0
|/ / / / /
* | | | / Change the benchmark code to also take a buf_size, instead of using hardcodedlloyd2010-07-301-4/+24
| |_|_|/ |/| | |
* | | | Use "/*" instead of "/**" in starting comments at the begining of a file.lloyd2010-06-071-1/+1
| |_|/ |/| |
* | | Consolidate the non-canonical epoch timers, like cpuid and Win32'slloyd2009-12-011-25/+0
| |/ |/|
* | Add missing BOTAN_DLL macros for algorithm_benchmark and SCAN_Namelloyd2009-11-201-5/+5
|/
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-301-0/+2
* Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.hlloyd2008-11-251-1/+1
* Mention ANSI clock seems pretty bogus for benchmarkinglloyd2008-11-211-0/+3
* Add a typedef in benchmark.h Default_Benchmark_Timer, which checks availablelloyd2008-11-211-8/+26
* Rename timers.h to timer.hlloyd2008-11-111-1/+1
* Add a runtime benchmarking system (for ciphers/hash/MACs)lloyd2008-11-111-0/+36