aboutsummaryrefslogtreecommitdiffstats
path: root/src/benchmark
Commit message (Expand)AuthorAgeFilesLines
* Change how the pair is constructed for Sun Forte compatabilitylloyd2009-07-311-1/+1
* Move some files around to break up dependencies between directorieslloyd2009-07-161-0/+1
* Add a script that reads the output of print_deps.py and rewriteslloyd2009-07-151-0/+9
* Thomas Moschny passed along a request from the Fedora packagers which camelloyd2009-03-302-0/+4
* Add Doxygen comment for Timer::clock. Fix @return in benchmark.h and x509_ca.hlloyd2008-11-251-1/+1
* Fix a roundoff error in the block cipher benchmarkslloyd2008-11-241-16/+17
* Fix integer overflow in benchmarslloyd2008-11-231-4/+4
* Fix poorly named functionlloyd2008-11-211-6/+6
* 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
* Oops, 2^32 nanoseconds < 4.3 seconds, which is pretty small. Use 64 bitlloyd2008-11-121-7/+7
* Remove support for provider identifiers from SCAN_Name - it turns out thislloyd2008-11-121-6/+7
* Rename timers.h to timer.hlloyd2008-11-111-1/+1
* Add a runtime benchmarking system (for ciphers/hash/MACs)lloyd2008-11-113-0/+232