tanjent@gmail.com | ad4b363 | 2010-11-05 01:20:58 +0000 | [diff] [blame] | 1 | #pragma once |
2 | |||||
3 | #include "Types.h" | ||||
4 | |||||
aappleby@google.com | 7f20a31 | 2011-03-21 20:55:06 +0000 | [diff] [blame] | 5 | void BulkSpeedTest ( pfHash hash, uint32_t seed ); |
6 | void TinySpeedTest ( pfHash hash, int hashsize, int keysize, uint32_t seed, bool verbose, double & outCycles ); | ||||
tanjent@gmail.com | ad4b363 | 2010-11-05 01:20:58 +0000 | [diff] [blame] | 7 | |
8 | //----------------------------------------------------------------------------- |